Searched refs:__call_single_data (Results 1 – 4 of 4) sorted by relevance
23 struct __call_single_data { struct30 (struct __call_single_data){ .func = (_func), .info = (_info), } argument33 typedef struct __call_single_data call_single_data_t34 __aligned(sizeof(struct __call_single_data));56 int smp_call_function_single_async(int cpu, struct __call_single_data *csd);
195 struct __call_single_data csd;
216 static void __csd_lock_record(struct __call_single_data *csd) in __csd_lock_record()231 static __always_inline void csd_lock_record(struct __call_single_data *csd) in csd_lock_record()237 static int csd_lock_wait_getcpu(struct __call_single_data *csd) in csd_lock_wait_getcpu()287 static void csd_lock_print_extended(struct __call_single_data *csd, int cpu) in csd_lock_print_extended()392 static void __csd_lock_wait(struct __call_single_data *csd) in __csd_lock_wait()406 static __always_inline void csd_lock_wait(struct __call_single_data *csd) in csd_lock_wait()436 static void csd_lock_record(struct __call_single_data *csd) in csd_lock_record()440 static __always_inline void csd_lock_wait(struct __call_single_data *csd) in csd_lock_wait()446 static __always_inline void csd_lock(struct __call_single_data *csd) in csd_lock()459 static __always_inline void csd_unlock(struct __call_single_data *csd) in csd_unlock()[all …]
28 int smp_call_function_single_async(int cpu, struct __call_single_data *csd) in smp_call_function_single_async()
Completed in 14 milliseconds