/linux-6.6.21/mm/ |
D | vmpressure.c | 121 unsigned long reclaimed) in vmpressure_calc_level() argument 123 unsigned long scale = scanned + reclaimed; in vmpressure_calc_level() 131 if (reclaimed >= scanned) in vmpressure_calc_level() 140 pressure = scale - (reclaimed * scale / scanned); in vmpressure_calc_level() 145 scanned, reclaimed); in vmpressure_calc_level() 184 unsigned long reclaimed; in vmpressure_work_fn() local 204 reclaimed = vmpr->tree_reclaimed; in vmpressure_work_fn() 209 level = vmpressure_calc_level(scanned, reclaimed); in vmpressure_work_fn() 240 unsigned long scanned, unsigned long reclaimed) in vmpressure() argument 285 vmpr->tree_reclaimed += reclaimed; in vmpressure() [all …]
|
D | vmscan.c | 555 sc->nr_reclaimed += current->reclaim_state->reclaimed; in flush_reclaim_state() 556 current->reclaim_state->reclaimed = 0; in flush_reclaim_state() 1380 bool reclaimed, struct mem_cgroup *target_memcg) in __remove_mapping() argument 1428 if (reclaimed && !mapping_exiting(mapping)) in __remove_mapping() 1454 if (reclaimed && folio_is_file_lru(folio) && in __remove_mapping() 5174 int reclaimed; in evict_folios() local 5200 reclaimed = shrink_folio_list(&list, pgdat, sc, &stat, false); in evict_folios() 5201 sc->nr_reclaimed += reclaimed; in evict_folios() 5242 __count_vm_events(item, reclaimed); in evict_folios() 5243 __count_memcg_events(memcg, item, reclaimed); in evict_folios() [all …]
|
D | memcontrol.c | 3532 unsigned long reclaimed; in mem_cgroup_soft_limit_reclaim() local 3566 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, pgdat, in mem_cgroup_soft_limit_reclaim() 3568 nr_reclaimed += reclaimed; in mem_cgroup_soft_limit_reclaim() 3576 if (!reclaimed) in mem_cgroup_soft_limit_reclaim() 6501 unsigned long reclaimed; in memory_high_write() local 6515 reclaimed = try_to_free_mem_cgroup_pages(memcg, nr_pages - high, in memory_high_write() 6518 if (!reclaimed && !nr_retries--) in memory_high_write() 6706 unsigned long reclaimed; in memory_reclaim() local 6719 reclaimed = try_to_free_mem_cgroup_pages(memcg, in memory_reclaim() 6723 if (!reclaimed && !nr_retries--) in memory_reclaim() [all …]
|
/linux-6.6.21/include/linux/ |
D | vmpressure.h | 15 unsigned long reclaimed; member 34 unsigned long scanned, unsigned long reclaimed); 48 unsigned long scanned, unsigned long reclaimed) {} in vmpressure() argument
|
D | swap.h | 157 unsigned long reclaimed; member 175 current->reclaim_state->reclaimed += pages; in mm_account_reclaimed_pages()
|
/linux-6.6.21/Documentation/admin-guide/mm/damon/ |
D | reclaim.rst | 228 Number of memory regions that tried to be reclaimed by DAMON_RECLAIM. 233 Total bytes of memory regions that tried to be reclaimed by DAMON_RECLAIM. 238 Number of memory regions that successfully be reclaimed by DAMON_RECLAIM. 243 Total bytes of memory regions that successfully be reclaimed by DAMON_RECLAIM.
|
D | lru_sort.rst | 89 it could not be reclaimed under memory pressure. 50% by default. 98 that it could be reclaimed first under memory pressure. 120 seconds by
|
/linux-6.6.21/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 691 bool reclaimed = false; in reclaim_until() local 699 else if (reclaimed) in reclaim_until() 706 reclaimed = true; in reclaim_until() 710 return reclaimed; in reclaim_until()
|
/linux-6.6.21/Documentation/userspace-api/media/dvb/ |
D | dmx-expbuf.rst | 54 file when it is no longer used to allow the associated memory to be reclaimed.
|
/linux-6.6.21/arch/x86/kernel/cpu/sgx/ |
D | encl.c | 61 int reclaimed = 0; in reclaimer_writing_to_pcmd() local 96 reclaimed = 1; in reclaimer_writing_to_pcmd() 101 return reclaimed; in reclaimer_writing_to_pcmd()
|
/linux-6.6.21/Documentation/mm/ |
D | physical_memory.rst | 292 The highest zone index to be reclaimed by kswapd 298 Minimal number of unmapped file backed pages that cannot be reclaimed. 303 Minimal number of SLAB pages that cannot be reclaimed. Determined by
|
/linux-6.6.21/mm/damon/ |
D | Kconfig | 105 pages reclaimed first under memory pressure.
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | vidioc-expbuf.rst | 63 the associated memory to be reclaimed.
|
/linux-6.6.21/Documentation/admin-guide/sysctl/ |
D | vm.rst | 254 reclaimed by the kernel when memory is needed elsewhere on the system. 377 for page allocation or should be reclaimed. 488 (fallback from the local zone occurs) slabs will be reclaimed if more 507 zone_reclaim_mode allows to be reclaimed. 976 reclaimed if pages of different mobility are being mixed within pageblocks. 983 15,000 means that up to 150% of the high watermark will be reclaimed in the 987 worth of pages will be reclaimed (e.g. 2MB on 64-bit x86). A boost factor
|
D | fs.rst | 64 can be reclaimed when memory is short and ``want_pages`` is
|
/linux-6.6.21/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1061 int reclaimed; in txq_reclaim() local 1065 reclaimed = 0; in txq_reclaim() 1066 while (reclaimed < budget && txq->tx_desc_count > 0) { in txq_reclaim() 1088 reclaimed++; in txq_reclaim() 1121 if (reclaimed < budget) in txq_reclaim() 1124 return reclaimed; in txq_reclaim()
|
/linux-6.6.21/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1169 won't be reclaimed under any conditions. If there is no 1172 effective low boundary if it is higher), pages are reclaimed 1195 memory won't be reclaimed unless there is no reclaimable 1198 effective min boundary if it is higher), pages are reclaimed 1261 the target cgroup. If less bytes are reclaimed than the 1308 The number of times the cgroup is reclaimed due to 1445 Part of "slab" that might be reclaimed, such as 1449 Part of "slab" that cannot be reclaimed on memory 1471 an active workingset before they got reclaimed. 1475 active workingset before they got reclaimed. [all …]
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
D | concepts.rst | 173 reclaimed. For instance, in-memory caches of filesystem metadata can 191 until enough memory pages are reclaimed to satisfy the request.
|
D | pagemap.rst | 163 The page will be reclaimed soon after its pageout IO completed.
|
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/ |
D | memory.rst | 496 reclaimed. 527 the cgroup will be reclaimed and as many pages reclaimed as possible. 564 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc). 624 memory under it will be reclaimed.
|
/linux-6.6.21/drivers/block/drbd/ |
D | drbd_receiver.c | 212 LIST_HEAD(reclaimed); in drbd_reclaim_net_peer_reqs() 216 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_reclaim_net_peer_reqs() 218 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_reclaim_net_peer_reqs() 446 LIST_HEAD(reclaimed); in drbd_finish_peer_reqs() 451 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_finish_peer_reqs() 455 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_finish_peer_reqs()
|
/linux-6.6.21/Documentation/powerpc/ |
D | transactional_memory.rst | 172 from the sighandler to the kernel will get reclaimed and discarded.
|
/linux-6.6.21/Documentation/virt/kvm/devices/ |
D | vm.rst | 36 as unused are again used any may not be reclaimed by the host.
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 35 reclaimed. If the number of prefree segments is larger than 570 Description: Show how many segments have been reclaimed by GC during a specific
|
/linux-6.6.21/Documentation/filesystems/ |
D | proc.rst | 947 reclaimed to achieve this. 1053 reclaimed unless absolutely necessary. 1056 eligible to be reclaimed for other purposes 1058 Memory allocated for userspace which cannot be reclaimed, such 1099 Part of Slab, that might be reclaimed, such as caches 1101 Part of Slab, that cannot be reclaimed on memory pressure
|