/Linux-v5.15/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 277 vmpr->tree_reclaimed += reclaimed; in vmpressure() [all …]
|
D | zpool.c | 318 unsigned int *reclaimed) in zpool_shrink() argument 321 zpool->driver->shrink(zpool->pool, pages, reclaimed) : -EINVAL; in zpool_shrink()
|
D | zbud.c | 569 unsigned int *reclaimed) in zbud_zpool_shrink() argument 581 if (reclaimed) in zbud_zpool_shrink() 582 *reclaimed = total; in zbud_zpool_shrink()
|
D | vmscan.c | 1100 bool reclaimed, struct mem_cgroup *target_memcg) in __remove_mapping() argument 1146 if (reclaimed && !mapping_exiting(mapping)) in __remove_mapping() 1171 if (reclaimed && page_is_file_lru(page) && in __remove_mapping() 2980 unsigned long reclaimed; in shrink_node_memcgs() local 3013 reclaimed = sc->nr_reclaimed; in shrink_node_memcgs() 3024 sc->nr_reclaimed - reclaimed); in shrink_node_memcgs()
|
D | z3fold.c | 1743 unsigned int *reclaimed) in z3fold_zpool_shrink() argument 1755 if (reclaimed) in z3fold_zpool_shrink() 1756 *reclaimed = total; in z3fold_zpool_shrink()
|
D | memcontrol.c | 3375 unsigned long reclaimed; in mem_cgroup_soft_limit_reclaim() local 3408 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, pgdat, in mem_cgroup_soft_limit_reclaim() 3410 nr_reclaimed += reclaimed; in mem_cgroup_soft_limit_reclaim() 3420 if (!reclaimed) in mem_cgroup_soft_limit_reclaim() 6247 unsigned long reclaimed; in memory_high_write() local 6261 reclaimed = try_to_free_mem_cgroup_pages(memcg, nr_pages - high, in memory_high_write() 6264 if (!reclaimed && !nr_retries--) in memory_high_write()
|
/Linux-v5.15/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 | zpool.h | 57 unsigned int *reclaimed); 102 unsigned int *reclaimed);
|
/Linux-v5.15/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-v5.15/Documentation/admin-guide/sysctl/ |
D | vm.rst | 253 reclaimed by the kernel when memory is needed elsewhere on the system. 376 for page allocation or should be reclaimed. 487 (fallback from the local zone occurs) slabs will be reclaimed if more 506 zone_reclaim_mode allows to be reclaimed. 927 reclaimed if pages of different mobility are being mixed within pageblocks. 934 15,000 means that up to 150% of the high watermark will be reclaimed in the 938 worth of pages will be reclaimed (e.g. 2MB on 64-bit x86). A boost factor
|
D | fs.rst | 84 can be reclaimed when memory is short and want_pages is
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | vidioc-expbuf.rst | 63 the associated memory to be reclaimed.
|
/Linux-v5.15/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1060 int reclaimed; in txq_reclaim() local 1064 reclaimed = 0; in txq_reclaim() 1065 while (reclaimed < budget && txq->tx_desc_count > 0) { in txq_reclaim() 1087 reclaimed++; in txq_reclaim() 1120 if (reclaimed < budget) in txq_reclaim() 1123 return reclaimed; in txq_reclaim()
|
/Linux-v5.15/Documentation/admin-guide/mm/ |
D | concepts.rst | 176 reclaimed. For instance, in-memory caches of filesystem metadata can 194 until enough memory pages are reclaimed to satisfy the request.
|
D | pagemap.rst | 165 page will be reclaimed soon after its pageout IO completed
|
/Linux-v5.15/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1127 won't be reclaimed under any conditions. If there is no 1130 effective low boundary if it is higher), pages are reclaimed 1153 memory won't be reclaimed unless there is no reclaimable 1156 effective min boundary if it is higher), pages are reclaimed 1233 The number of times the cgroup is reclaimed due to 1348 Part of "slab" that might be reclaimed, such as 1352 Part of "slab" that cannot be reclaimed on memory 1374 an active workingset before they got reclaimed. 1378 active workingset before they got reclaimed. 1381 Number of times a shadow node has been reclaimed [all …]
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
D | memory.rst | 484 reclaimed. 514 the cgroup will be reclaimed and as many pages reclaimed as possible. 555 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc). 616 memory under it will be reclaimed.
|
/Linux-v5.15/Documentation/driver-api/nvdimm/ |
D | nvdimm.rst | 261 interleaved system-physical-address range is reclaimed as BLK-aperture 263 reclaimed space we create two BLK-aperture "namespaces" from REGION2 and 270 named "pm1.0", the rest is reclaimed in 4 BLK-aperture namespaces (for
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 35 reclaimed. If the number of prefree segments is larger than 499 Description: Show how many segments have been reclaimed by GC during a specific
|
/Linux-v5.15/Documentation/virt/kvm/devices/ |
D | vm.rst | 36 as unused are again used any may not be reclaimed by the host.
|
/Linux-v5.15/drivers/block/drbd/ |
D | drbd_receiver.c | 213 LIST_HEAD(reclaimed); in drbd_reclaim_net_peer_reqs() 217 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_reclaim_net_peer_reqs() 219 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_reclaim_net_peer_reqs() 447 LIST_HEAD(reclaimed); in drbd_finish_peer_reqs() 452 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_finish_peer_reqs() 456 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_finish_peer_reqs()
|
/Linux-v5.15/Documentation/powerpc/ |
D | transactional_memory.rst | 172 from the sighandler to the kernel will get reclaimed and discarded.
|
/Linux-v5.15/Documentation/vm/ |
D | unevictable-lru.rst | 109 chance of being reclaimed. 459 to unevictable LRU and the rest can be reclaimed.
|
D | cleancache.rst | 151 saved and reclaimed if overall host system memory conditions allow.
|
/Linux-v5.15/Documentation/filesystems/ |
D | proc.rst | 929 reclaimed to achieve this. 1015 reclaimed unless absolutely necessary. 1018 eligible to be reclaimed for other purposes 1062 Part of Slab, that might be reclaimed, such as caches 1064 Part of Slab, that cannot be reclaimed on memory pressure
|