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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h316 umem_maglist_t cache_full; /* full magazines */ member in struct:umem_cache
H A Dumem.c1594 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min;
1595 cp->cache_full.ml_min = cp->cache_full.ml_total;
1612 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min);
1613 while (reap-- && (mp = umem_depot_alloc(cp, &cp->cache_full)) != NULL)
1687 fmp = umem_depot_alloc(cp, &cp->cache_full);
1801 umem_depot_free(cp, &cp->cache_full,

Completed in 192 milliseconds