HomeSort by: relevance | last modified time | path
    Searched refs:lockdebug_locked (Results 1 - 3 of 3) 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/rump/librump/rumpkern/
locks.c 78 lockdebug_locked(__func__, __LINE__, lock, NULL,\
  /src/sys/kern/
subr_lockdebug.c 499 * lockdebug_locked:
504 lockdebug_locked(const char *func, size_t line, function in typeref:typename:void

Completed in 31 milliseconds