Home
last modified time | relevance | path

Searched refs:target2 (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/lib/
Dtest_fprobe.c19 static u32 (*target2)(u32 value); variable
77 target2(rand1); in test_fprobe_entry()
102 target2(rand1); in test_fprobe()
128 target2(rand1); in test_fprobe_syms()
152 target2 = fprobe_selftest_target2; in fprobe_test_init()
154 target2_ip = get_ftrace_location(target2); in fprobe_test_init()
Dtest_kprobes.c17 static u32 (*target2)(u32 value); variable
132 target2(rand1); in test_kprobes()
206 target2(rand1); in test_kretprobes()
338 target2 = kprobe_target2; in kprobes_test_init()
/linux-6.1.9/arch/alpha/kernel/
Dsys_wildfire.c70 volatile unsigned long * target0, * target1, * target2, *target3; in wildfire_init_irq_hw()
79 target2 = (unsigned long *) &pca->pca_int[2].target; in wildfire_init_irq_hw()
85 *target1 = *target2 = *target3 = 0; in wildfire_init_irq_hw()
90 *target0; *target1; *target2; *target3; in wildfire_init_irq_hw()
/linux-6.1.9/drivers/md/
Draid5.h248 int target, target2; member
Draid5.c1535 mark_target_uptodate(sh, sh->ops.target2); in ops_complete_compute()
1681 target = sh->ops.target2; in ops_run_compute6_1()
1682 else if (sh->ops.target2 < 0) in ops_run_compute6_1()
1735 int target2 = sh->ops.target2; in ops_run_compute6_2() local
1737 struct r5dev *tgt2 = &sh->dev[target2]; in ops_run_compute6_2()
1745 __func__, (unsigned long long)sh->sector, target, target2); in ops_run_compute6_2()
1746 BUG_ON(target < 0 || target2 < 0); in ops_run_compute6_2()
1767 if (i == target2) in ops_run_compute6_2()
1798 data_target = target2; in ops_run_compute6_2()
2301 if (sh->ops.target2 < 0 || sh->ops.target < 0) in raid_run_ops()
[all …]