Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDspinlock2.h58 #define spin_lock(spin) _spin_lock(spin, __func__)
134 _spin_lock(struct spinlock *spin, const char *ident) in _spin_lock() function