HomeSort by: relevance | last modified time | path
    Searched defs:lockf_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_lockf.c 97 #ifdef LOCKF_DEBUG
98 int lockf_debug = 0; variable in typeref:typename:int
130 #ifdef LOCKF_DEBUG
189 #endif /* LOCKF_DEBUG */
242 #ifdef LOCKF_DEBUG
243 if (lockf_debug & 2)
245 #endif /* LOCKF_DEBUG */
255 #ifdef LOCKF_DEBUG
256 if (lockf_debug & 2)
258 #endif /* LOCKF_DEBUG */
    [all...]
vfs_lockf.c 97 #ifdef LOCKF_DEBUG
98 int lockf_debug = 0; variable in typeref:typename:int
130 #ifdef LOCKF_DEBUG
189 #endif /* LOCKF_DEBUG */
242 #ifdef LOCKF_DEBUG
243 if (lockf_debug & 2)
245 #endif /* LOCKF_DEBUG */
255 #ifdef LOCKF_DEBUG
256 if (lockf_debug & 2)
258 #endif /* LOCKF_DEBUG */
    [all...]

Completed in 21 milliseconds