• Home
  • Raw
  • Download

Lines Matching refs:func

225 	__this_cpu_write(cur_csd_func, csd->func);  in __csd_lock_record()
366 cpu, csd->func, csd->info); in csd_lock_wait_toolong()
520 smp_call_func_t func = csd->func; in generic_exec_single() local
531 func(info); in generic_exec_single()
609 csd->func); in __flush_smp_call_function_queue()
631 smp_call_func_t func = csd->func; in __flush_smp_call_function_queue() local
641 func(info); in __flush_smp_call_function_queue()
671 smp_call_func_t func = csd->func; in __flush_smp_call_function_queue() local
676 func(info); in __flush_smp_call_function_queue()
738 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single() argument
777 csd->func = func; in smp_call_function_single()
856 smp_call_func_t func, void *info, int wait) in smp_call_function_any() argument
878 ret = smp_call_function_single(cpu, func, info, wait); in smp_call_function_any()
894 smp_call_func_t func, void *info, in smp_call_function_many_cond() argument
952 csd->func = func; in smp_call_function_many_cond()
989 func(info); in smp_call_function_many_cond()
1020 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() argument
1022 smp_call_function_many_cond(mask, func, info, wait * SCF_WAIT, NULL); in smp_call_function_many()
1041 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() argument
1044 smp_call_function_many(cpu_online_mask, func, info, wait); in smp_call_function()
1157 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() argument
1166 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask()
1229 int (*func)(void *); member
1242 sscs->ret = sscs->func(sscs->data); in smp_call_on_cpu_callback()
1249 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) in smp_call_on_cpu()
1253 .func = func, in smp_call_on_cpu()