Searched refs:pr_nitems (Results 1 – 6 of 6) sorted by relevance
49 pp->pr_nitems = 0; in pool_init()70 pp->pr_nitems += pp->pr_nmemb; in pool_get()89 assert(pp->pr_nfree < pp->pr_nitems); in pool_put()101 printf("%s: %zd items, %zd free\n", pp->pr_name, pp->pr_nitems, in pool_dump()
30 size_t pr_nitems; /* # of available items */ member
60 unsigned int pr_nitems; /* # items in the pool */ member74 unsigned int pr_nitems; /* # of idle items in the depot */ member172 unsigned int pr_nitems; /* number of available items in pool */ member
566 print_fld_uint(FLD_POOL_CACHE_IDLE, kpc->pr_nitems); in pool_cache_show()614 if (pc1->cache.pr_nitems < pc2->cache.pr_nitems) in pool_cache_sort_idle_callback()616 if (pc1->cache.pr_nitems > pc2->cache.pr_nitems) in pool_cache_sort_idle_callback()
423 pp->pr_nitems = 0; in pool_init()1029 pp->pr_nitems += pp->pr_itemsperpage; in pool_p_insert()1045 pp->pr_nitems -= pp->pr_itemsperpage; in pool_p_remove()1074 if (pp->pr_nitems < n) in pool_setlowat()1075 prime = n - pp->pr_nitems; in pool_setlowat()1139 if ((pp->pr_nitems - pp->pr_itemsperpage) < in pool_reclaim()1227 pp->pr_itemsperpage, pp->pr_nitems, pp->pr_nout, pp->pr_hardlimit); in pool_print1()1516 pi.pr_nitems = pp->pr_nitems; in sysctl_dopool()2100 kpc.pr_nitems = pp->pr_cache_nitems; in pool_cache_info()
1054 pi.pr_nitems = pp->pr_nitems; in dopool_kvm()