Lines Matching refs:u32
114 static inline __pure u32 encode_tail(int cpu, int idx) in encode_tail()
116 u32 tail; in encode_tail()
124 static inline __pure struct mcs_spinlock *decode_tail(u32 tail) in decode_tail()
175 static __always_inline u32 xchg_tail(struct qspinlock *lock, u32 tail) in xchg_tail()
181 return (u32)xchg_relaxed(&lock->tail, in xchg_tail()
219 static __always_inline u32 xchg_tail(struct qspinlock *lock, u32 tail) in xchg_tail()
221 u32 old, new, val = atomic_read(&lock->val); in xchg_tail()
248 static __always_inline u32 queued_fetch_set_pending_acquire(struct qspinlock *lock) in queued_fetch_set_pending_acquire()
276 static __always_inline u32 __pv_wait_head_or_lock(struct qspinlock *lock, in __pv_wait_head_or_lock()
314 void queued_spin_lock_slowpath(struct qspinlock *lock, u32 val) in queued_spin_lock_slowpath()
317 u32 old, tail; in queued_spin_lock_slowpath()