Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dsmp.c21 CSD_FLAG_LOCK = 0x01, enumerator
110 while (smp_load_acquire(&csd->flags) & CSD_FLAG_LOCK) in csd_lock_wait()
117 csd->flags |= CSD_FLAG_LOCK; in csd_lock()
129 WARN_ON(!(csd->flags & CSD_FLAG_LOCK)); in csd_unlock()
275 struct call_single_data csd_stack = { .flags = CSD_FLAG_LOCK | CSD_FLAG_SYNCHRONOUS }; in smp_call_function_single()
334 if (WARN_ON_ONCE(csd->flags & CSD_FLAG_LOCK)) in smp_call_function_single_async()
337 csd->flags = CSD_FLAG_LOCK; in smp_call_function_single_async()