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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c91 static int lockf_debug = 2; variable
92 SYSCTL_INT(_debug, OID_AUTO, lockf_debug, CTLFLAG_RW | CTLFLAG_LOCKED, &lockf_debug, 0, "");
100 if( !(mask) || ((mask) & lockf_debug)) { \
453 if (lockf_debug & 1) {
575 if (lockf_debug & 1) {
752 if (lockf_debug & 1) {
790 if (lockf_debug & 1)
842 if (lockf_debug & 1)
877 if (lockf_debug
[all...]

Completed in 17 milliseconds