Searched refs:target_func (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/tools/perf/tests/ |
D | wp.c | 186 int (*target_func)(void); member 192 .target_func = &wp_ro_test, 198 .target_func = &wp_wo_test, 202 .target_func = &wp_rw_test, 206 .target_func = &wp_modify_test, 233 return !wp_testcase_table[i].target_func() ? TEST_OK : TEST_FAIL; in test__wp()
|
D | bpf.c | 68 int (*target_func)(void); member 78 .target_func = &epoll_pwait_loop, 87 .target_func = &epoll_pwait_loop, 98 .target_func = &llseek_loop, 246 if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) { in __test__bpf() 259 bpf_testcase_table[idx].target_func, in __test__bpf()
|
/Linux-v5.10/kernel/ |
D | workqueue.c | 2599 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local 2609 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency() 2614 target_wq->name, target_func); in check_flush_dependency()
|