Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dlockdebug.h83 #define LOCKDEBUG_FREE(dodebug, lock) \ macro
99 #define LOCKDEBUG_FREE(dodebug, lock) /* nothing */ macro
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_rwsem.c102 LOCKDEBUG_FREE(rwsem->rws_debug, rwsem); in destroy_rwsem()
H A Dlinux_ww_mutex.c226 LOCKDEBUG_FREE(mutex->wwm_debug, mutex); in ww_mutex_destroy()
/netbsd-src/sys/kern/
H A Dkern_rwlock.c238 LOCKDEBUG_FREE((rw->rw_owner & RW_NODEBUG) == 0, rw); in rw_destroy()
H A Dkern_mutex.c400 LOCKDEBUG_FREE(MUTEX_DEBUG_P(mtx), mtx); in mutex_destroy()