Home
last modified time | relevance | path

Searched defs:RWSEM_WRITER_LOCKED (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Drwsem.h70 #define RWSEM_WRITER_LOCKED (1UL << 0) macro
/linux/kernel/locking/
H A Drwsem.c118 #define RWSEM_WRITER_LOCKED (1UL << 0) macro