Searched refs:target_func (Results 1 – 4 of 4) sorted by relevance
| /linux/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, 237 if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) { in __test__bpf() 250 bpf_testcase_table[idx].target_func, in __test__bpf()
|
| /linux/kernel/kcsan/ |
| A D | report.c | 317 unsigned long target_func; in replace_stack_entry() local 321 target_func = ip - offset; in replace_stack_entry() 332 if (func == target_func) { in replace_stack_entry()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| A 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/kernel/ |
| A D | workqueue.c | 2626 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local 2636 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency() 2641 target_wq->name, target_func); in check_flush_dependency()
|
Completed in 731 milliseconds