Lines Matching refs:__call_single_data
130 csd_do_func(smp_call_func_t func, void *info, struct __call_single_data *csd) in csd_do_func()
177 static void __csd_lock_record(struct __call_single_data *csd) in __csd_lock_record()
192 static __always_inline void csd_lock_record(struct __call_single_data *csd) in csd_lock_record()
198 static int csd_lock_wait_getcpu(struct __call_single_data *csd) in csd_lock_wait_getcpu()
213 static bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1, int *bug_id) in csd_lock_wait_toolong()
279 static void __csd_lock_wait(struct __call_single_data *csd) in __csd_lock_wait()
293 static __always_inline void csd_lock_wait(struct __call_single_data *csd) in csd_lock_wait()
303 static void csd_lock_record(struct __call_single_data *csd) in csd_lock_record()
307 static __always_inline void csd_lock_wait(struct __call_single_data *csd) in csd_lock_wait()
313 static __always_inline void csd_lock(struct __call_single_data *csd) in csd_lock()
326 static __always_inline void csd_unlock(struct __call_single_data *csd) in csd_unlock()
379 static int generic_exec_single(int cpu, struct __call_single_data *csd) in generic_exec_single()
670 int smp_call_function_single_async(int cpu, struct __call_single_data *csd) in smp_call_function_single_async()