/Linux-v5.10/include/trace/events/ |
D | oom.h | 36 unsigned long reclaimable, 42 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check), 48 __field( unsigned long, reclaimable) 59 __entry->reclaimable = reclaimable; 69 __entry->reclaimable, __entry->available, __entry->min_wmark,
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
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() 2136 if (reclaimable(&txq->q) && __netif_tx_trylock(txq->txq)) { in sge_tx_timer_cb() 2137 int avail = reclaimable(&txq->q); in sge_tx_timer_cb()
|
/Linux-v5.10/Documentation/admin-guide/mm/ |
D | concepts.rst | 169 disk, are called `reclaimable`. The most notable categories of the 170 reclaimable pages are page cache and anonymous memory. 181 The process of freeing the reclaimable physical memory pages and
|
D | idle_page_tracking.rst | 65 are not reclaimable, he or she can filter them out using
|
/Linux-v5.10/fs/xfs/ |
D | xfs_icache.c | 1244 int reclaimable = 0; in xfs_reclaim_inodes_count() local 1248 reclaimable += pag->pag_ici_reclaimable; in xfs_reclaim_inodes_count() 1251 return reclaimable; in xfs_reclaim_inodes_count()
|
/Linux-v5.10/Documentation/admin-guide/sysctl/ |
D | vm.rst | 170 and reclaimable pages, the number of pages at which the background kernel 205 and reclaimable pages, the number of pages at which a process which is 237 reclaimable slab objects like dentries and inodes. Once dropped, their 244 To free reclaimable slab objects (includes dentries and inodes):: 339 And on large highmem machines this lack of reclaimable lowmem memory 495 than this percentage of pages in a zone are reclaimable slab pages.
|
/Linux-v5.10/drivers/md/ |
D | raid5-cache.c | 1501 sector_t reclaimable; in r5l_do_reclaim() local 1514 reclaimable = r5l_reclaimable_space(log); in r5l_do_reclaim() 1515 if (reclaimable >= reclaim_target || in r5l_do_reclaim() 1524 r5l_reclaimable_space(log) > reclaimable, in r5l_do_reclaim() 1531 if (reclaimable == 0 || !write_super) in r5l_do_reclaim()
|
/Linux-v5.10/mm/ |
D | page_alloc.c | 4520 unsigned long reclaimable; in should_reclaim_retry() local 4524 available = reclaimable = zone_reclaimable_pages(zone); in should_reclaim_retry() 4533 trace_reclaim_retry_zone(z, order, reclaimable, in should_reclaim_retry() 4548 if (2 * write_pending > reclaimable) { in should_reclaim_retry() 5290 unsigned long reclaimable; in si_mem_available() local 5320 reclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) + in si_mem_available() 5322 available += reclaimable - min(reclaimable / 2, wmark_low); in si_mem_available()
|
D | vmscan.c | 2672 bool reclaimable = false; in shrink_node() local 2784 reclaimable = true; in shrink_node() 2855 if (reclaimable) in shrink_node()
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 393 are reclaimable (and grouped by their mobility).
|
/Linux-v5.10/Documentation/scheduler/ |
D | sched-deadline.rst | 216 - Umax is the maximum reclaimable utilization (subjected to RT throttling 220 - Uextra is the (per runqueue) extra reclaimable utilization
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
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() 4266 avail = reclaimable(&q->q); in sge_tx_timer_cb()
|
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/ |
D | memory.rst | 190 Some pages which are never reclaimable and will not be on the LRU 366 box can still run out of non-reclaimable memory.
|
/Linux-v5.10/Documentation/vm/ |
D | unevictable-lru.rst | 455 page to be reclaimable.
|
/Linux-v5.10/Documentation/filesystems/ |
D | proc.rst | 978 page cache to function well, and that not all reclaimable 979 slab will be reclaimable, due to items being in use. The
|
/Linux-v5.10/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1109 unprotected reclaimable memory available, OOM killer 1134 memory won't be reclaimed unless there is no reclaimable
|