Searched refs:target_func (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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 | 67 int (*target_func)(void); member 77 .target_func = &epoll_pwait_loop, 86 .target_func = &epoll_pwait_loop, 97 .target_func = &llseek_loop, 245 if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) { in __test__bpf() 258 bpf_testcase_table[idx].target_func, in __test__bpf()
|
| /Linux-v5.4/kernel/ |
| D | workqueue.c | 2590 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local 2600 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency() 2605 target_wq->name, target_func); in check_flush_dependency()
|