Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/
Dbpf.c68 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-6.1.9/kernel/kcsan/
Dreport.c319 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.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c407 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.1.9/kernel/
Dworkqueue.c2617 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local
2627 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency()
2632 target_wq->name, target_func); in check_flush_dependency()