Home
last modified time | relevance | path

Searched refs:RWSEM_OWNER_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dpercpu-rwsem.h136 sem->rw_sem.owner = RWSEM_OWNER_UNKNOWN; in percpu_rwsem_release()
Drwsem.h51 #define RWSEM_OWNER_UNKNOWN ((struct task_struct *)-1L) macro
/Linux-v4.19/kernel/locking/
Drwsem-xadd.c364 BUILD_BUG_ON(!rwsem_has_anonymous_owner(RWSEM_OWNER_UNKNOWN)); in rwsem_can_spin_on_owner()