Home
last modified time | relevance | path

Searched refs:CSD_FLAG_LOCK (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/kernel/
Dsmp.c27 CSD_FLAG_LOCK = 0x01, enumerator
109 smp_cond_load_acquire(&csd->flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait()
115 csd->flags |= CSD_FLAG_LOCK; in csd_lock()
127 WARN_ON(!(csd->flags & CSD_FLAG_LOCK)); in csd_unlock()
274 .flags = CSD_FLAG_LOCK | CSD_FLAG_SYNCHRONOUS, in smp_call_function_single()
342 if (WARN_ON_ONCE(csd->flags & CSD_FLAG_LOCK)) in smp_call_function_single_async()
345 csd->flags = CSD_FLAG_LOCK; in smp_call_function_single_async()