Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dspinlock.h447 static __always_inline int spin_is_contended(spinlock_t *lock) in spin_is_contended() function
468 return spin_is_contended(lock); in spin_needbreak()
H A Dspinlock_rt.h144 #define spin_is_contended(lock) (((void)(lock), 0)) macro
/linux-6.15/security/keys/
H A Dgc.c264 if (spin_is_contended(&key_serial_lock) || need_resched()) in key_garbage_collector()
/linux-6.15/mm/
H A Dvmscan.c4211 if (spin_is_contended(pvmw->ptl)) in lru_gen_look_around()