Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dlockdebug.h81 #define LOCKDEBUG_ALLOC(lock, ops, addr) \ macro
98 #define LOCKDEBUG_ALLOC(lock, ops, addr) false macro
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_rwsem.c89 rwsem->rws_debug = LOCKDEBUG_ALLOC(rwsem, &rwsem_lockops, in init_rwsem()
H A Dlinux_ww_mutex.c207 mutex->wwm_debug = LOCKDEBUG_ALLOC(mutex, &ww_lockops, in ww_mutex_init()
/netbsd-src/sys/kern/
H A Dkern_mutex.c366 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); in _mutex_init()
371 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); in _mutex_init()
H A Dkern_lock.c166 kernel_lock_dodebug = LOCKDEBUG_ALLOC(kernel_lock, &_kernel_lock_ops, in kernel_lock_init()
H A Dkern_rwlock.c212 if (LOCKDEBUG_ALLOC(rw, &rwlock_lockops, return_address)) in _rw_init()