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,
|