Searched refs:LOCKDEBUG_ALLOC (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | lockdebug.h | 81 #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 D | linux_rwsem.c | 89 rwsem->rws_debug = LOCKDEBUG_ALLOC(rwsem, &rwsem_lockops, in init_rwsem()
|
H A D | linux_ww_mutex.c | 207 mutex->wwm_debug = LOCKDEBUG_ALLOC(mutex, &ww_lockops, in ww_mutex_init()
|
/netbsd-src/sys/kern/ |
H A D | kern_mutex.c | 366 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); in _mutex_init() 371 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); in _mutex_init()
|
H A D | kern_lock.c | 166 kernel_lock_dodebug = LOCKDEBUG_ALLOC(kernel_lock, &_kernel_lock_ops, in kernel_lock_init()
|
H A D | kern_rwlock.c | 212 if (LOCKDEBUG_ALLOC(rw, &rwlock_lockops, return_address)) in _rw_init()
|