Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dspinlock2.h55 void _spin_lock_contested(struct spinlock *spin, const char *ident, int count);
117 _spin_lock_contested(spin, ident, count); in _spin_lock_quick()
/dragonfly/sys/kern/
H A Dkern_spinlock.c167 _spin_lock_contested(struct spinlock *spin, const char *ident, int value) in _spin_lock_contested() function