Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dspinlock2.h56 void _spin_lock_shared_contested(struct spinlock *spin, const char *ident);
216 _spin_lock_shared_contested(spin, ident); in _spin_lock_shared_quick()
/dflybsd-src/sys/kern/
H A Dkern_spinlock.c277 _spin_lock_shared_contested(struct spinlock *spin, const char *ident) in _spin_lock_shared_contested() function