Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dsmp.c26 CSD_FLAG_LOCK = 0x01, enumerator
108 smp_cond_load_acquire(&csd->flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait()
114 csd->flags |= CSD_FLAG_LOCK; in csd_lock()
126 WARN_ON(!(csd->flags & CSD_FLAG_LOCK)); in csd_unlock()
273 .flags = CSD_FLAG_LOCK | CSD_FLAG_SYNCHRONOUS, in smp_call_function_single()
333 if (WARN_ON_ONCE(csd->flags & CSD_FLAG_LOCK)) in smp_call_function_single_async()
336 csd->flags = CSD_FLAG_LOCK; in smp_call_function_single_async()