Searched refs:reclaimable (Results 1 – 11 of 11) sorted by relevance
| /linux/include/trace/events/ |
| H A D | oom.h | 38 unsigned long reclaimable, 44 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check), 50 __field( unsigned long, reclaimable) 61 __entry->reclaimable = reclaimable; 71 __entry->reclaimable, __entry->available, __entry->min_wmark,
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_alloc.c | 1021 uint64_t reclaimable; member 1147 iz->reclaimable += write_pointer - used; in xfs_init_zone() 1151 iz->reclaimable += (rtg_blocks(rtg) - used); in xfs_init_zone() 1374 iz->reclaimable += adjust; in xfs_finish_spurious_open_zones() 1427 iz.available + iz.reclaimable); in xfs_mount_zones()
|
| H A D | xfs_icache.c | 1121 long reclaimable = 0; in xfs_reclaim_inodes_count() local 1127 reclaimable += pag->pag_ici_reclaimable; in xfs_reclaim_inodes_count() 1131 return reclaimable; in xfs_reclaim_inodes_count()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | sge.c | 411 static inline int reclaimable(const struct sge_txq *tq) in reclaimable() function 414 int reclaimable = hw_cidx - tq->cidx; in reclaimable() local 415 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() 2133 if (reclaimable(&txq->q) && __netif_tx_trylock(txq->txq)) { in sge_tx_timer_cb() 2134 int avail = reclaimable(&txq->q); in sge_tx_timer_cb()
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | memcg_protection.m | 10 % reclaim) and then the reclaim starts, all memory is reclaimable, i.e. treated
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | concepts.rst | 166 disk, are called `reclaimable`. The most notable categories of the 167 reclaimable pages are page cache and anonymous memory. 178 The process of freeing the reclaimable physical memory pages and
|
| H A D | idle_page_tracking.rst | 63 are not reclaimable, he or she can filter them out using
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-slab | 396 are reclaimable (and grouped by their mobility).
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 341 static inline int reclaimable(const struct sge_txq *q) in reclaimable() function 362 int reclaim = reclaimable(q); in reclaim_completed_tx() 4291 avail = reclaimable(&q->q); in sge_tx_timer_cb()
|
| /linux/Documentation/mm/ |
| H A D | unevictable-lru.rst | 442 whole of the huge page, we want the rest of the page to be reclaimable.
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1338 unprotected reclaimable memory available, OOM killer 1360 memory won't be reclaimed unless there is no reclaimable
|