Searched refs:target_func (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/ |
A D | bpf.c | 68 int (*target_func)(void); member 77 .target_func = &epoll_pwait_loop, 85 .target_func = &epoll_pwait_loop, 95 .target_func = &llseek_loop, 241 if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) { in __test__bpf() 254 bpf_testcase_table[idx].target_func, in __test__bpf()
|
/linux-6.3-rc2/kernel/kcsan/ |
A D | report.c | 319 unsigned long target_func; in replace_stack_entry() local 323 target_func = ip - offset; in replace_stack_entry() 334 if (func == target_func) { in replace_stack_entry()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_npc.c | 407 u16 owner, target_func; in npc_fixup_vf_rule() local 412 target_func = (entry->action >> 4) & 0xffff; in npc_fixup_vf_rule() 414 if (is_pffunc_af(owner) || is_afvf(target_func) || in npc_fixup_vf_rule() 416 !(target_func & RVU_PFVF_FUNC_MASK)) in npc_fixup_vf_rule() 420 pfvf = rvu_get_pfvf(rvu, target_func); in npc_fixup_vf_rule() 421 mcam->entry2target_pffunc[index] = target_func; in npc_fixup_vf_rule() 424 if (!(is_nixlf_attached(rvu, target_func) && in npc_fixup_vf_rule() 436 target_func); in npc_fixup_vf_rule()
|
/linux-6.3-rc2/kernel/ |
A D | workqueue.c | 2718 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local 2728 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency() 2733 target_wq->name, target_func); in check_flush_dependency()
|
Completed in 19 milliseconds