Searched refs:pr_cache_nitems (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/sys/
H A Dpool.h200 u_int pr_cache_nitems; /* # of idle items */ member in struct:pool
/openbsd-current/sys/kern/
H A Dsubr_pool.c1733 pp->pr_cache_nitems = 0;
1815 pp->pr_cache_nitems -= POOL_CACHE_ITEM_NITEMS(pl);
1839 pp->pr_cache_nitems += POOL_CACHE_ITEM_NITEMS(ci);
2022 pp->pr_cache_nitems -= POOL_CACHE_ITEM_NITEMS(pl);
2042 if ((ncpusfound * 8 * 2) <= pp->pr_cache_nitems)
2100 kpc.pr_nitems = pp->pr_cache_nitems;

Completed in 317 milliseconds