Searched refs:pr_nitems (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.bin/ctfconv/
H A Dpool.c49 pp->pr_nitems = 0;
70 pp->pr_nitems += pp->pr_nmemb;
89 assert(pp->pr_nfree < pp->pr_nitems);
101 printf("%s: %zd items, %zd free\n", pp->pr_name, pp->pr_nitems,
H A Dpool.h30 size_t pr_nitems; /* # of available items */ member in struct:pool
/openbsd-current/sys/sys/
H A Dpool.h60 unsigned int pr_nitems; /* # items in the pool */ member in struct:kinfo_pool
74 unsigned int pr_nitems; /* # of idle items in the depot */ member in struct:kinfo_pool_cache
172 unsigned int pr_nitems; /* number of available items in pool */ member in struct:pool
/openbsd-current/usr.bin/systat/
H A Dpool.c566 print_fld_uint(FLD_POOL_CACHE_IDLE, kpc->pr_nitems);
614 if (pc1->cache.pr_nitems < pc2->cache.pr_nitems)
616 if (pc1->cache.pr_nitems > pc2->cache.pr_nitems)
/openbsd-current/sys/kern/
H A Dsubr_pool.c423 pp->pr_nitems = 0;
1029 pp->pr_nitems += pp->pr_itemsperpage;
1045 pp->pr_nitems -= pp->pr_itemsperpage;
1074 if (pp->pr_nitems < n)
1075 prime = n - pp->pr_nitems;
1139 if ((pp->pr_nitems - pp->pr_itemsperpage) <
1227 pp->pr_itemsperpage, pp->pr_nitems, pp->pr_nout, pp->pr_hardlimit);
1516 pi.pr_nitems = pp->pr_nitems;
2100 kpc.pr_nitems
[all...]
/openbsd-current/usr.bin/vmstat/
H A Dvmstat.c1054 pi.pr_nitems = pp->pr_nitems;

Completed in 192 milliseconds