Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dlockdebug.h71 void lockdebug_free(const char *, size_t, volatile void *);
84 if (dodebug) lockdebug_free(__func__, __LINE__, lock)
/netbsd/src/sys/rump/librump/rumpkern/
Dlocks.c73 lockdebug_free(__func__, __LINE__, lock)
/netbsd/src/sys/kern/
Dsubr_lockdebug.c345 lockdebug_free(const char *func, size_t line, volatile void *lock) in lockdebug_free() function