Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dkern_lockf.c98 static int lockf_debug = 0; /* was 2, could be 3 ;-) */ variable
99 SYSCTL_INT(_debug, OID_AUTO, lockf_debug, CTLFLAG_RW | CTLFLAG_LOCKED, &lockf_debug, 0, "");
106 if ((mask) & lockf_debug) { \
114 ((mask) & lockf_debug); \