Home
last modified time | relevance | path

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

/openbsd-src/sys/kern/
H A Dvfs_lockf.c93 int lockf_debug = DEBUG_SETLOCK|DEBUG_CLEARLOCK|DEBUG_WAKELOCK; variable
98 #define DPRINTF(args, level) if (lockf_debug & (level)) printf args
99 #define LFPRINT(args, level) if (lockf_debug & (level)) lf_print args