Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dtest_fprobe.c20 static u32 (*target2)(u32 value); variable
97 target2(rand1); in test_fprobe_entry()
122 target2(rand1); in test_fprobe()
148 target2(rand1); in test_fprobe_syms()
303 target2 = fprobe_selftest_target2; in fprobe_test_init()
305 target2_ip = get_ftrace_location(target2); in fprobe_test_init()
/linux/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/drivers/md/
H A Draid5.c1516 mark_target_uptodate(sh, sh->ops.target2); in ops_complete_compute()
1662 target = sh->ops.target2; in ops_run_compute6_1()
1663 else if (sh->ops.target2 < 0) in ops_run_compute6_1()
1716 int target2 = sh->ops.target2; in ops_run_compute6_2() local
1718 struct r5dev *tgt2 = &sh->dev[target2]; in ops_run_compute6_2()
1726 __func__, (unsigned long long)sh->sector, target, target2); in ops_run_compute6_2()
1727 BUG_ON(target < 0 || target2 < 0); in ops_run_compute6_2()
1748 if (i == target2) in ops_run_compute6_2()
1779 data_target = target2; in ops_run_compute6_2()
2282 if (sh->ops.target2 < 0 || sh->ops.target < 0) in raid_run_ops()
[all …]