Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c3697 static int busyprt = 0; /* print out busy vnodes */ variable
3698 SYSCTL_INT(_debug, OID_AUTO, busyprt, CTLFLAG_RW, &busyprt, 0, "Print out busy vnodes");
3784 if (busyprt) in vflush()