Home
last modified time | relevance | path

Searched refs:reclaimable (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c3546 int64_t reclaimable; in kmem_cache_kstat_update() local
3560 reclaimable = cp->cache_bufslab - (cp->cache_maxchunks - 1); in kmem_cache_kstat_update()
3561 reclaimable = MAX(reclaimable, 0); in kmem_cache_kstat_update()
3562 reclaimable += ((uint64_t)reap * cp->cache_magtype->mt_magsize); in kmem_cache_kstat_update()
3563 kmcp->kmc_move_reclaimable.value.ui64 = reclaimable; in kmem_cache_kstat_update()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c172 reclaimable(struct sge_eq *eq) in reclaimable() function
1036 can_reclaim = reclaimable(eq); in t4_wrq_tx_locked()
1079 can_reclaim = reclaimable(eq); in t4_wrq_tx_locked()