Lines Matching refs:u_flags
37 #define CSD_TYPE(_csd) ((_csd)->node.u_flags & CSD_FLAG_TYPE_MASK)
220 unsigned int flags = READ_ONCE(csd->node.u_flags); in csd_lock_wait_toolong()
300 smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait()
309 smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait()
316 csd->node.u_flags |= CSD_FLAG_LOCK; in csd_lock()
328 WARN_ON(!(csd->node.u_flags & CSD_FLAG_LOCK)); in csd_unlock()
333 smp_store_release(&csd->node.u_flags, 0); in csd_unlock()
595 .node = { .u_flags = CSD_FLAG_LOCK | CSD_TYPE_SYNC, }, in smp_call_function_single()
676 if (csd->node.u_flags & CSD_FLAG_LOCK) { in smp_call_function_single_async()
681 csd->node.u_flags = CSD_FLAG_LOCK; in smp_call_function_single_async()
804 csd->node.u_flags |= CSD_TYPE_SYNC; in smp_call_function_many_cond()