Home
last modified time | relevance | path

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

/kernel/locking/
Drwsem.c66 #define RWSEM_NONSPINNABLE (1UL << 1) macro
67 #define RWSEM_OWNER_FLAGS_MASK (RWSEM_READER_OWNED | RWSEM_NONSPINNABLE)
171 (atomic_long_read(&sem->owner) & RWSEM_NONSPINNABLE); in __rwsem_set_reader_owned()
232 if (owner & RWSEM_NONSPINNABLE) in rwsem_set_nonspinnable()
235 owner | RWSEM_NONSPINNABLE)); in rwsem_set_nonspinnable()
689 if ((flags & RWSEM_NONSPINNABLE) || in rwsem_can_spin_on_owner()
705 if (flags & RWSEM_NONSPINNABLE) in rwsem_owner_state()
841 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)) in rwsem_optimistic_spin()
923 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)) in clear_nonspinnable()
924 atomic_long_andnot(RWSEM_NONSPINNABLE, &sem->owner); in clear_nonspinnable()
[all …]