Searched refs:xchg_tail (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Dqspinlock.c168 * xchg_tail - Put in the new queue tail code word & retrieve previous one
177 static __always_inline u32 xchg_tail(struct qspinlock *lock, u32 tail) function
212 * xchg_tail - Put in the new queue tail code word & retrieve previous one
221 static __always_inline u32 xchg_tail(struct qspinlock *lock, u32 tail) function
451 * publish the updated tail via xchg_tail() and potentially link
463 old = xchg_tail(lock, tail);

Completed in 104 milliseconds