Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dwp.c186 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()
H A Dbpf.c69 int (*target_func)(void); member
79 .target_func = &epoll_pwait_loop,
88 .target_func = &epoll_pwait_loop,
99 .target_func = &llseek_loop,
247 if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) { in __test__bpf()
260 bpf_testcase_table[idx].target_func, in __test__bpf()
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c2633 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local
2643 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency()
2648 target_wq->name, target_func); in check_flush_dependency()