Searched refs:nfull (Results 1 – 2 of 2) sorted by relevance
1879 uint32_t nfull; in pool_print1() local1977 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() local3493 nfull += cc->cc_nfull; /* 32-bit rollover! */ in pool_sysctl()3496 data.pr_cache_nfull = nfull; in pool_sysctl()
1816 uint32_t nfull; in dopoolcache() local1843 nfull = 0; in dopoolcache()1852 nfull += cc->cc_nfull; in dopoolcache()1881 PRWORD(ovflw, " %*u", 5, 1, nfull); in dopoolcache()