Searched refs:csd (Results 1 – 1 of 1) sorted by relevance
24 struct call_single_data __percpu *csd; member53 cfd->csd = alloc_percpu(struct call_single_data); in hotplug_cfd()54 if (!cfd->csd) { in hotplug_cfd()68 free_percpu(cfd->csd); in hotplug_cfd()103 static void csd_lock_wait(struct call_single_data *csd) in csd_lock_wait() argument105 while (csd->flags & CSD_FLAG_LOCK) in csd_lock_wait()109 static void csd_lock(struct call_single_data *csd) in csd_lock() argument111 csd_lock_wait(csd); in csd_lock()112 csd->flags |= CSD_FLAG_LOCK; in csd_lock()122 static void csd_unlock(struct call_single_data *csd) in csd_unlock() argument[all …]