Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dbpf.c62 int (*target_func)(void); member
72 .target_func = &epoll_pwait_loop,
81 .target_func = &epoll_pwait_loop,
92 .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-v4.19/kernel/
Dworkqueue.c2471 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local
2481 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency()
2486 target_wq->name, target_func); in check_flush_dependency()