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

  /src/sys/sys/
lockdebug.h 72 void lockdebug_wantlock(const char *, size_t, const volatile void *,
85 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s) \
86 if (dodebug) lockdebug_wantlock(__func__, __LINE__, lock, where, s)
100 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s) /* nothing */
  /src/sys/rump/librump/rumpkern/
locks.c 75 lockdebug_wantlock(__func__, __LINE__, lock, \
  /src/sys/kern/
subr_lockdebug.c 441 * lockdebug_wantlock:
448 lockdebug_wantlock(const char *func, size_t line, function

Completed in 15 milliseconds