Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
H A Dqrwlock.c75 atomic_add(_QW_WAITING, &lock->cnts); in queued_write_lock_slowpath()
79 cnts = atomic_cond_read_relaxed(&lock->cnts, VAL == _QW_WAITING); in queued_write_lock_slowpath()
/kernel/linux/linux-6.6/kernel/locking/
H A Dqrwlock.c81 atomic_or(_QW_WAITING, &lock->cnts); in queued_write_lock_slowpath()
85 cnts = atomic_cond_read_relaxed(&lock->cnts, VAL == _QW_WAITING); in queued_write_lock_slowpath()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dqrwlock.h21 #define _QW_WAITING 0x100 /* A writer is waiting */ macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dqrwlock.h27 #define _QW_WAITING 0x100 /* A writer is waiting */ macro

Completed in 2 milliseconds