HomeSort by: relevance | last modified time | path
    Searched defs:lockdebug_lookup (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_lockdebug.c 210 * lockdebug_lookup:
215 lockdebug_lookup(const char *func, size_t line, const volatile void *lock, function in typeref:typename:lockdebug_t *
355 ld = lockdebug_lookup(func, line, lock,
463 if ((ld = lockdebug_lookup(func, line, lock, where)) == NULL) {
515 if ((ld = lockdebug_lookup(func, line, lock, where)) == NULL) {
566 if ((ld = lockdebug_lookup(func, line, lock, where)) == NULL) {
1059 if ((ld = lockdebug_lookup(func, line, lock,

Completed in 11 milliseconds