Lines Matching refs:u_flags
38 #define CSD_TYPE(_csd) ((_csd)->node.u_flags & CSD_FLAG_TYPE_MASK)
238 unsigned int flags = READ_ONCE(csd->node.u_flags); in csd_lock_wait_toolong()
342 smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait()
351 smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait()
358 csd->node.u_flags |= CSD_FLAG_LOCK; in csd_lock()
370 WARN_ON(!(csd->node.u_flags & CSD_FLAG_LOCK)); in csd_unlock()
375 smp_store_release(&csd->node.u_flags, 0); in csd_unlock()
641 .node = { .u_flags = CSD_FLAG_LOCK | CSD_TYPE_SYNC, }, in smp_call_function_single()
724 if (csd->node.u_flags & CSD_FLAG_LOCK) { in smp_call_function_single_async()
729 csd->node.u_flags = CSD_FLAG_LOCK; in smp_call_function_single_async()
831 csd->node.u_flags |= CSD_TYPE_SYNC; in smp_call_function_many_cond()