Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_acct.c153 static int acctsuspend = 2; /* stop accounting when < 2% free space left */ variable
155 &acctsuspend, 0, "percentage of free disk space below which accounting stops");
592 if (sb.f_bavail <= (int64_t)(acctsuspend * sb.f_blocks / in acctwatch()