Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dtest_kprobes.c19 static u32 (*target2)(u32 value); variable
139 ret = target2(rand1); in test_kprobes()
261 ret = target2(rand1); in test_kretprobes()
276 target2 = kprobe_target2; in init_test_probes()
/Linux-v5.4/arch/alpha/kernel/
Dsys_wildfire.c71 volatile unsigned long * target0, * target1, * target2, *target3; in wildfire_init_irq_hw()
80 target2 = (unsigned long *) &pca->pca_int[2].target; in wildfire_init_irq_hw()
86 *target1 = *target2 = *target3 = 0; in wildfire_init_irq_hw()
91 *target0; *target1; *target2; *target3; in wildfire_init_irq_hw()
/Linux-v5.4/drivers/md/
Draid5.h246 int target, target2; member
Draid5.c1382 mark_target_uptodate(sh, sh->ops.target2); in ops_complete_compute()
1502 target = sh->ops.target2; in ops_run_compute6_1()
1503 else if (sh->ops.target2 < 0) in ops_run_compute6_1()
1552 int target2 = sh->ops.target2; in ops_run_compute6_2() local
1554 struct r5dev *tgt2 = &sh->dev[target2]; in ops_run_compute6_2()
1561 __func__, (unsigned long long)sh->sector, target, target2); in ops_run_compute6_2()
1562 BUG_ON(target < 0 || target2 < 0); in ops_run_compute6_2()
1580 if (i == target2) in ops_run_compute6_2()
1609 data_target = target2; in ops_run_compute6_2()
2072 if (sh->ops.target2 < 0 || sh->ops.target < 0) in raid_run_ops()
[all …]