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

/linux-master/kernel/locking/
H A Drwsem.c671 * OWNER_NULL : owner is currently NULL
680 OWNER_NULL = 1 << 0, enumerator in enum:owner_state
732 #define OWNER_SPINNABLE (OWNER_NULL | OWNER_WRITER | OWNER_READER)
743 return owner ? OWNER_WRITER : OWNER_NULL;
822 int prev_owner_state = OWNER_NULL;
1166 * has just released the lock, OWNER_NULL will be returned.
1174 if (owner_state == OWNER_NULL)

Completed in 117 milliseconds