Searched refs:u_flags (Results 1 – 3 of 3) sorted by relevance
39 #define CSD_TYPE(_csd) ((_csd)->node.u_flags & CSD_FLAG_TYPE_MASK)251 unsigned int flags = READ_ONCE(csd->node.u_flags); in csd_lock_wait_toolong()363 smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait()376 smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait()389 flags = READ_ONCE(csd->node.u_flags); in csd_lock()392 try_cmpxchg_acquire(&csd->node.u_flags, &flags, flags | CSD_FLAG_LOCK)) in csd_lock()397 csd->node.u_flags |= CSD_FLAG_LOCK; in csd_lock()410 WARN_ON(!(csd->node.u_flags & CSD_FLAG_LOCK)); in csd_unlock()415 smp_store_release(&csd->node.u_flags, 0); in csd_unlock()689 .node = { .u_flags = CSD_FLAG_LOCK | CSD_TYPE_SYNC, }, in __smp_call_function_single()[all …]
61 unsigned int u_flags; member
4623 p->wake_entry.u_flags = CSD_TYPE_TTWU; in __sched_fork()