Searched refs:reclaimable (Results 1 – 8 of 8) sorted by relevance
411 static inline int reclaimable(const struct sge_txq *tq) in reclaimable() function414 int reclaimable = hw_cidx - tq->cidx; in reclaimable() local415 if (reclaimable < 0) in reclaimable()416 reclaimable += tq->size; in reclaimable()417 return reclaimable; in reclaimable()434 int avail = reclaimable(tq); in reclaim_completed_tx()2107 if (reclaimable(&txq->q) && __netif_tx_trylock(txq->txq)) { in sge_tx_timer_cb()2108 int avail = reclaimable(&txq->q); in sge_tx_timer_cb()
2315 bool reclaimable = false; in shrink_zone() local2390 reclaimable = true; in shrink_zone()2395 return reclaimable; in shrink_zone()2461 bool reclaimable = false; in shrink_zones() local2527 reclaimable = true; in shrink_zones()2532 reclaimable = true; in shrink_zones()2535 !reclaimable && zone_reclaimable(zone)) in shrink_zones()2536 reclaimable = true; in shrink_zones()2545 return reclaimable; in shrink_zones()
1178 int reclaimable = 0; in xfs_reclaim_inodes_count() local1182 reclaimable += pag->pag_ici_reclaimable; in xfs_reclaim_inodes_count()1185 return reclaimable; in xfs_reclaim_inodes_count()
135 and reclaimable pages, the number of pages at which the background kernel170 and reclaimable pages, the number of pages at which a process which is190 reclaimable slab objects like dentries and inodes. Once dropped, their195 To free reclaimable slab objects (includes dentries and inodes):291 And on large highmem machines this lack of reclaimable lowmem memory446 than this percentage of pages in a zone are reclaimable slab pages.
417 static inline int reclaimable(const struct sge_txq *q) in reclaimable() function437 int avail = reclaimable(q); in reclaim_completed_tx()2391 int avail = reclaimable(&q->q); in sge_tx_timer_cb()
391 are reclaimable (and grouped by their mobility).
170 Some pages which are never reclaimable and will not be on the LRU339 box can still run out of non-reclaimable memory.
852 page cache to function well, and that not all reclaimable853 slab will be reclaimable, due to items being in use. The