Home
last modified time | relevance | path

Searched refs:lockdebug_wantlock (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/sys/
Dlockdebug.h72 void lockdebug_wantlock(const char *, size_t, const volatile void *,
86 if (dodebug) lockdebug_wantlock(__func__, __LINE__, lock, where, s)
/netbsd/src/sys/rump/librump/rumpkern/
Dlocks.c75 lockdebug_wantlock(__func__, __LINE__, lock, \
/netbsd/src/sys/kern/
Dsubr_lockdebug.c448 lockdebug_wantlock(const char *func, size_t line, in lockdebug_wantlock() function