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

  /src/sys/sys/
lockdebug.h 54 #define LOCKDEBUG_ABORT(f, ln, l, o, m) \
55 lockdebug_abort(f, ln, l, o, m)
58 void lockdebug_abort(const char *, size_t, const volatile void *,
  /src/sys/kern/
subr_lockdebug.c 1046 * lockdebug_abort:
1051 lockdebug_abort(const char *func, size_t line, const volatile void *lock, function in typeref:typename:void

Completed in 12 milliseconds