Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A 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/
H A Dlocks.c75 lockdebug_wantlock(__func__, __LINE__, lock, \
/netbsd-src/sys/kern/
H A Dsubr_lockdebug.c448 lockdebug_wantlock(const char *func, size_t line, in lockdebug_wantlock() function