Searched refs:LOCKDEBUG_ABORT (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | lockdebug.h | 54 #define LOCKDEBUG_ABORT(f, ln, l, o, m) \ macro
|
/netbsd-src/sys/kern/ |
H A D | kern_lock.c | 118 LOCKDEBUG_ABORT(__func__, __LINE__, kernel_lock, &_kernel_lock_ops, msg)
|
H A D | kern_rwlock.c | 198 LOCKDEBUG_ABORT(func, line, rw, &rwlock_lockops, msg); in rw_abort()
|
H A D | kern_mutex.c | 339 LOCKDEBUG_ABORT(func, line, mtx, (MUTEX_SPIN_P(mtx->mtx_owner) ? in mutex_abort()
|