Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsubr_pool.c1879 uint32_t nfull; in pool_print1() local
1977 nfull = 0; in pool_print1()
1984 nfull += cc->cc_nfull; in pool_print1()
1989 (*pr)("\tcache layer full groups %u\n", nfull); in pool_print1()
3483 uint32_t nfull = 0; in pool_sysctl() local
3493 nfull += cc->cc_nfull; /* 32-bit rollover! */ in pool_sysctl()
3496 data.pr_cache_nfull = nfull; in pool_sysctl()
/netbsd/src/usr.bin/vmstat/
Dvmstat.c1816 uint32_t nfull; in dopoolcache() local
1843 nfull = 0; in dopoolcache()
1852 nfull += cc->cc_nfull; in dopoolcache()
1881 PRWORD(ovflw, " %*u", 5, 1, nfull); in dopoolcache()