Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
subr_pool.c | 1879 uint32_t nfull; local in function:pool_print1 1977 nfull = 0; 1984 nfull += cc->cc_nfull; 1989 (*pr)("\tcache layer full groups %u\n", nfull); 3472 uint32_t nfull = 0; local in function:pool_sysctl 3482 nfull += cc->cc_nfull; /* 32-bit rollover! */ 3485 data.pr_cache_nfull = nfull; |
/src/usr.bin/vmstat/ | |
vmstat.c | 1816 uint32_t nfull; local in function:dopoolcache 1843 nfull = 0; 1852 nfull += cc->cc_nfull; 1881 PRWORD(ovflw, " %*u", 5, 1, nfull); |