Searched refs:target_func (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/tools/perf/tests/ |
D | wp.c | 188 int (*target_func)(void); member 194 .target_func = &wp_ro_test, 200 .target_func = &wp_wo_test, 204 .target_func = &wp_rw_test, 208 .target_func = &wp_modify_test, 242 return !wp_testcase_table[i].target_func() ? TEST_OK : TEST_FAIL; in test__wp()
|
D | bpf.c | 69 int (*target_func)(void); member 79 .target_func = &epoll_pwait_loop, 88 .target_func = &epoll_pwait_loop, 99 .target_func = &llseek_loop, 240 if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) { in __test__bpf() 253 bpf_testcase_table[idx].target_func, in __test__bpf()
|
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 405 u16 owner, target_func; in npc_fixup_vf_rule() local 410 target_func = (entry->action >> 4) & 0xffff; in npc_fixup_vf_rule() 412 if (is_pffunc_af(owner) || is_afvf(target_func) || in npc_fixup_vf_rule() 414 !(target_func & RVU_PFVF_FUNC_MASK)) in npc_fixup_vf_rule() 418 pfvf = rvu_get_pfvf(rvu, target_func); in npc_fixup_vf_rule() 419 mcam->entry2target_pffunc[index] = target_func; in npc_fixup_vf_rule() 422 if (!(is_nixlf_attached(rvu, target_func) && in npc_fixup_vf_rule() 428 target_func); in npc_fixup_vf_rule()
|
/Linux-v5.15/kernel/ |
D | workqueue.c | 2625 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local 2635 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency() 2640 target_wq->name, target_func); in check_flush_dependency()
|