Searched defs:csd (Results 1 – 3 of 3) sorted by relevance
81 call_single_data_t csd; member218 static void __csd_lock_record(struct __call_single_data *csd) in __csd_lock_record()233 static __always_inline void csd_lock_record(struct __call_single_data *csd) in csd_lock_record()239 static int csd_lock_wait_getcpu(struct __call_single_data *csd) in csd_lock_wait_getcpu()289 static void csd_lock_print_extended(struct __call_single_data *csd, int cpu) in csd_lock_print_extended()328 static bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1, int *bug_id) in csd_lock_wait_toolong()403 static void __csd_lock_wait(struct __call_single_data *csd) in __csd_lock_wait()417 static __always_inline void csd_lock_wait(struct __call_single_data *csd) in csd_lock_wait()447 static void csd_lock_record(struct __call_single_data *csd) in csd_lock_record()451 static __always_inline void csd_lock_wait(struct __call_single_data *csd) in csd_lock_wait()[all …]
28 int smp_call_function_single_async(int cpu, struct __call_single_data *csd) in smp_call_function_single_async()
243 call_single_data_t *csd; in kgdb_roundup_cpus() local