Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Drwbase_rt.h34 static __always_inline bool rw_base_is_contended(struct rwbase_rt *rwb) in rw_base_is_contended() function
Drwsem.h162 return rw_base_is_contended(&sem->rwbase); in rwsem_is_contended()
/Linux-v5.15/kernel/locking/
Dspinlock_rt.c251 return rw_base_is_contended(&rwlock->rwbase); in rt_rwlock_is_contended()