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

  /src/usr.bin/systat/
bufcache.c 259 int extraslop = 0; local in function:fetchbufcache
285 size += extraslop * sizeof(struct buf_sysctl);
293 if (extraslop < 1000) {
294 extraslop += 100;
bufcache.c 259 int extraslop = 0; local in function:fetchbufcache
285 size += extraslop * sizeof(struct buf_sysctl);
293 if (extraslop < 1000) {
294 extraslop += 100;
bufcache.c 259 int extraslop = 0; local in function:fetchbufcache
285 size += extraslop * sizeof(struct buf_sysctl);
293 if (extraslop < 1000) {
294 extraslop += 100;
bufcache.c 259 int extraslop = 0; local in function:fetchbufcache
285 size += extraslop * sizeof(struct buf_sysctl);
293 if (extraslop < 1000) {
294 extraslop += 100;

Completed in 43 milliseconds