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

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

Completed in 122 milliseconds