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

  /src/sys/kern/
kern_acct.c 130 int acctsuspend = 2; /* stop accounting when < 2% free space left */ variable in typeref:typename:int
200 if (bavail <= acctsuspend * sb->f_blocks / 100) {

Completed in 43 milliseconds