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

  /src/sys/sys/
lockdebug.h 71 void lockdebug_free(const char *, size_t, volatile void *);
83 #define LOCKDEBUG_FREE(dodebug, lock) \
84 if (dodebug) lockdebug_free(__func__, __LINE__, lock)
99 #define LOCKDEBUG_FREE(dodebug, lock) /* nothing */
  /src/sys/rump/librump/rumpkern/
locks.c 73 lockdebug_free(__func__, __LINE__, lock)
  /src/sys/kern/
subr_lockdebug.c 340 * lockdebug_free:
345 lockdebug_free(const char *func, size_t line, volatile void *lock) function in typeref:typename:void

Completed in 27 milliseconds