target_func      2599 kernel/workqueue.c 	work_func_t target_func = target_work ? target_work->func : NULL;
target_func      2609 kernel/workqueue.c 		  current->pid, current->comm, target_wq->name, target_func);
target_func      2614 kernel/workqueue.c 		  target_wq->name, target_func);
target_func        67 tools/perf/tests/bpf.c 	int (*target_func)(void);
target_func        77 tools/perf/tests/bpf.c 		.target_func	  = &epoll_pwait_loop,
target_func        86 tools/perf/tests/bpf.c 		.target_func	  = &epoll_pwait_loop,
target_func        97 tools/perf/tests/bpf.c 		.target_func	  = &llseek_loop,
target_func       245 tools/perf/tests/bpf.c 	if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) {
target_func       258 tools/perf/tests/bpf.c 			      bpf_testcase_table[idx].target_func,
target_func       186 tools/perf/tests/wp.c 	int (*target_func)(void);
target_func       192 tools/perf/tests/wp.c 		.target_func = &wp_ro_test,
target_func       198 tools/perf/tests/wp.c 		.target_func = &wp_wo_test,
target_func       202 tools/perf/tests/wp.c 		.target_func = &wp_rw_test,
target_func       206 tools/perf/tests/wp.c 		.target_func = &wp_modify_test,
target_func       233 tools/perf/tests/wp.c 	return !wp_testcase_table[i].target_func() ? TEST_OK : TEST_FAIL;