Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dtest_fprobe.c19 static u32 (*target2)(u32 value); variable
96 target2(rand1); in test_fprobe_entry()
121 target2(rand1); in test_fprobe()
147 target2(rand1); in test_fprobe_syms()
207 target2 = fprobe_selftest_target2; in fprobe_test_init()
209 target2_ip = get_ftrace_location(target2); in fprobe_test_init()
H A Dtest_kprobes.c18 static u32 (*target2)(u32 value); variable
142 target2(rand1); in test_kprobes()
239 target2(rand1); in test_kretprobes()
371 target2 = kprobe_target2; in kprobes_test_init()
/linux-6.15/arch/alpha/kernel/
H A 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.15/drivers/md/
H A Draid5.h248 int target, target2; member
H A Draid5.c1670 target = sh->ops.target2; in ops_run_compute6_1()
1671 else if (sh->ops.target2 < 0) in ops_run_compute6_1()
1724 int target2 = sh->ops.target2; in ops_run_compute6_2() local
1726 struct r5dev *tgt2 = &sh->dev[target2]; in ops_run_compute6_2()
1735 BUG_ON(target < 0 || target2 < 0); in ops_run_compute6_2()
1756 if (i == target2) in ops_run_compute6_2()
1787 data_target = target2; in ops_run_compute6_2()
3930 sh->ops.target2 = other; in fetch_block()
4343 sh->ops.target2 = -1; in handle_parity_checks5()
4504 sh->ops.target2 = -1; in handle_parity_checks6()
[all …]