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

  /src/sys/sys/
lockdebug.h 76 void lockdebug_unlocked(const char *, size_t, volatile void *,
89 #define LOCKDEBUG_UNLOCKED(dodebug, lock, where, s) \
90 if (dodebug) lockdebug_unlocked(__func__, __LINE__, lock, where, s)
102 #define LOCKDEBUG_UNLOCKED(dodebug, lock, where, s) /* nothing */
  /src/sys/rump/librump/rumpkern/
locks.c 81 lockdebug_unlocked(__func__, __LINE__, lock, \
  /src/sys/kern/
subr_lockdebug.c 550 * lockdebug_unlocked:
555 lockdebug_unlocked(const char *func, size_t line, function in typeref:typename:void

Completed in 15 milliseconds