Lines Matching defs:func
435 return ((struct work_struct *) addr)->func;
1046 worker->current_func == work->func)
2216 worker->current_func = work->func;
2609 work_func_t target_func = target_work ? target_work->func : NULL;
3050 if (WARN_ON(!work->func))
3124 cwait.wait.func = cwt_wakefn;
3291 * @func: the function to call
3293 * schedule_on_each_cpu() executes @func on each online CPU using the
3300 int schedule_on_each_cpu(work_func_t func)
3314 INIT_WORK(work, func);
4698 if (work->func == wq_barrier_func) {
4706 pr_cont("%s %ps", comma ? "," : "", work->func);