Searched defs:reclaimable (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c168 reclaimable(struct sge_eq *eq) function
841 can_reclaim = reclaimable(eq);
884 can_reclaim = reclaimable(eq);
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c747 * slab and make it reclaimable. Objects selected as move destinations are
784 * marks the slab that supplied the stuck object non-reclaimable and moves it to
3573 int64_t reclaimable; local
3587 reclaimable = cp->cache_bufslab - (cp->cache_maxchunks - 1);
3588 reclaimable = MAX(reclaimable, 0);
3589 reclaimable += ((uint64_t)reap * cp->cache_magtype->mt_magsize);
3590 kmcp->kmc_move_reclaimable.value.ui64 = reclaimable;
4829 * non-reclaimable to avoid bothering the client again
5122 * depending on how many reclaimable slab
[all...]

Completed in 82 milliseconds