Searched refs:reclaimable (Results 1 – 10 of 10) sorted by relevance
711 sector_t reclaimable; in r5l_do_reclaim() local722 reclaimable = r5l_reclaimable_space(log); in r5l_do_reclaim()723 if (reclaimable >= reclaim_target || in r5l_do_reclaim()732 r5l_reclaimable_space(log) > reclaimable, in r5l_do_reclaim()740 BUG_ON(reclaimable < 0); in r5l_do_reclaim()741 if (reclaimable == 0) in r5l_do_reclaim()
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()2130 if (reclaimable(&txq->q) && __netif_tx_trylock(txq->txq)) { in sge_tx_timer_cb()2131 int avail = reclaimable(&txq->q); in sge_tx_timer_cb()
2379 bool reclaimable = false; in shrink_zone() local2454 reclaimable = true; in shrink_zone()2459 return reclaimable; in shrink_zone()2525 bool reclaimable = false; in shrink_zones() local2591 reclaimable = true; in shrink_zones()2596 reclaimable = true; in shrink_zones()2599 !reclaimable && zone_reclaimable(zone)) in shrink_zones()2600 reclaimable = true; in shrink_zones()2609 return reclaimable; in shrink_zones()
1180 int reclaimable = 0; in xfs_reclaim_inodes_count() local1184 reclaimable += pag->pag_ici_reclaimable; in xfs_reclaim_inodes_count()1187 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.
53 are not reclaimable, he or she can filter them out using /proc/kpageflags.
407 static inline int reclaimable(const struct sge_txq *q) in reclaimable() function427 int avail = reclaimable(q); in reclaim_completed_tx()2398 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.
867 page cache to function well, and that not all reclaimable868 slab will be reclaimable, due to items being in use. The