HomeSort by: relevance | last modified time | path
    Searched refs:LOCKDEBUG_LOCKED (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
lockdebug.h 74 void lockdebug_locked(const char *, size_t, volatile void *, void *,
87 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where, s) \
88 if (dodebug) lockdebug_locked(__func__, __LINE__, lock, al, where, s)
101 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where, s) /* nothing */
  /src/sys/external/bsd/drm2/linux/
linux_rwsem.c 49 LOCKDEBUG_LOCKED((RWSEM)->rws_debug, (RWSEM), NULL, \
52 LOCKDEBUG_LOCKED((RWSEM)->rws_debug, (RWSEM), NULL, \
linux_ww_mutex.c 50 LOCKDEBUG_LOCKED((WW)->wwm_debug, (WW), NULL, \
  /src/sys/kern/
kern_lock.c 230 LOCKDEBUG_LOCKED(kernel_lock_dodebug, kernel_lock, NULL,
291 LOCKDEBUG_LOCKED(kernel_lock_dodebug, kernel_lock, NULL,
kern_mutex.c 87 LOCKDEBUG_LOCKED(MUTEX_DEBUG_P(mtx), (mtx), NULL, \
kern_rwlock.c 82 LOCKDEBUG_LOCKED(RW_DEBUG_P(rw), (rw), NULL, \

Completed in 36 milliseconds