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

  /src/sys/kern/
vfs_lockf.c 95 int maxlockdepth = MAXDEPTH; variable in typeref:typename:int
548 while (i++ < maxlockdepth) {
577 * after maxlockdepth iterations, assume we're in
580 if (i >= maxlockdepth) {
vfs_lockf.c 95 int maxlockdepth = MAXDEPTH; variable in typeref:typename:int
548 while (i++ < maxlockdepth) {
577 * after maxlockdepth iterations, assume we're in
580 if (i >= maxlockdepth) {

Completed in 26 milliseconds