Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dsmp.c153 if (!(flags & CSD_FLAG_LOCK)) { in csd_lock_wait_toolong()
229 smp_cond_load_acquire(&csd->flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait()
236 csd->flags |= CSD_FLAG_LOCK; in csd_lock()
248 WARN_ON(!(csd->flags & CSD_FLAG_LOCK)); in csd_unlock()
473 .flags = CSD_FLAG_LOCK | CSD_TYPE_SYNC, in smp_call_function_single()
552 if (csd->flags & CSD_FLAG_LOCK) { in smp_call_function_single_async()
557 csd->flags = CSD_FLAG_LOCK; in smp_call_function_single_async()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsmp_types.h8 CSD_FLAG_LOCK = 0x01, enumerator