/Linux-v5.4/mm/ |
D | vmpressure.c | 122 unsigned long reclaimed) in vmpressure_calc_level() argument 124 unsigned long scale = scanned + reclaimed; in vmpressure_calc_level() 132 if (reclaimed >= scanned) in vmpressure_calc_level() 141 pressure = scale - (reclaimed * scale / scanned); in vmpressure_calc_level() 146 scanned, reclaimed); in vmpressure_calc_level() 185 unsigned long reclaimed; in vmpressure_work_fn() local 205 reclaimed = vmpr->tree_reclaimed; in vmpressure_work_fn() 210 level = vmpressure_calc_level(scanned, reclaimed); in vmpressure_work_fn() 241 unsigned long scanned, unsigned long reclaimed) in vmpressure() argument 273 vmpr->tree_reclaimed += reclaimed; in vmpressure() [all …]
|
D | zpool.c | 316 unsigned int *reclaimed) in zpool_shrink() argument 319 zpool->driver->shrink(zpool->pool, pages, reclaimed) : -EINVAL; in zpool_shrink()
|
D | zbud.c | 171 unsigned int *reclaimed) in zbud_zpool_shrink() argument 183 if (reclaimed) in zbud_zpool_shrink() 184 *reclaimed = total; in zbud_zpool_shrink()
|
D | z3fold.c | 1512 unsigned int *reclaimed) in z3fold_zpool_shrink() argument 1524 if (reclaimed) in z3fold_zpool_shrink() 1525 *reclaimed = total; in z3fold_zpool_shrink()
|
D | vmscan.c | 902 bool reclaimed) in __remove_mapping() argument 972 if (reclaimed && page_is_file_cache(page) && in __remove_mapping() 2772 unsigned long reclaimed; in shrink_node() local 2806 reclaimed = sc->nr_reclaimed; in shrink_node() 2817 sc->nr_reclaimed - reclaimed); in shrink_node()
|
D | memcontrol.c | 3164 unsigned long reclaimed; in mem_cgroup_soft_limit_reclaim() local 3197 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, pgdat, in mem_cgroup_soft_limit_reclaim() 3199 nr_reclaimed += reclaimed; in mem_cgroup_soft_limit_reclaim() 3209 if (!reclaimed) in mem_cgroup_soft_limit_reclaim()
|
/Linux-v5.4/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); 101 unsigned int *reclaimed);
|
/Linux-v5.4/Documentation/media/uapi/dvb/ |
D | dmx-expbuf.rst | 62 file when it is no longer used to allow the associated memory to be reclaimed.
|
/Linux-v5.4/Documentation/admin-guide/sysctl/ |
D | vm.rst | 240 reclaimed by the kernel when memory is needed elsewhere on the system. 363 for page allocation or should be reclaimed. 474 (fallback from the local zone occurs) slabs will be reclaimed if more 493 zone_reclaim_mode allows to be reclaimed. 894 reclaimed if pages of different mobility are being mixed within pageblocks. 902 watermark will be reclaimed in the event of a pageblock being mixed due 905 smaller than a pageblock then a pageblocks worth of pages will be reclaimed
|
D | fs.rst | 84 can be reclaimed when memory is short and want_pages is
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | vidioc-expbuf.rst | 71 the associated memory to be reclaimed.
|
/Linux-v5.4/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1064 int reclaimed; in txq_reclaim() local 1068 reclaimed = 0; in txq_reclaim() 1069 while (reclaimed < budget && txq->tx_desc_count > 0) { in txq_reclaim() 1091 reclaimed++; in txq_reclaim() 1124 if (reclaimed < budget) in txq_reclaim() 1127 return reclaimed; in txq_reclaim()
|
/Linux-v5.4/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 | 163 page will be reclaimed soon after its pageout IO completed
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | memory.rst | 490 reclaimed. 523 the cgroup will be reclaimed and as many pages reclaimed as possible. 566 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc). 627 memory under it will be reclaimed.
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1097 won't be reclaimed under any conditions. If there is no 1100 effective low boundary if it is higher), pages are reclaimed 1123 memory won't be reclaimed unless memory can be reclaimed 1125 effective min boundary if it is higher), pages are reclaimed 1195 The number of times the cgroup is reclaimed due to 1294 Part of "slab" that might be reclaimed, such as 1298 Part of "slab" that cannot be reclaimed on memory 1317 Number of times a shadow node has been reclaimed 1329 Amount of reclaimed pages 1345 Amount of reclaimed lazyfree pages [all …]
|
/Linux-v5.4/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.4/Documentation/powerpc/ |
D | transactional_memory.rst | 172 from the sighandler to the kernel will get reclaimed and discarded.
|
/Linux-v5.4/Documentation/virt/kvm/devices/ |
D | vm.txt | 27 as unused are again used any may not be reclaimed by the host.
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_receiver.c | 210 LIST_HEAD(reclaimed); in drbd_reclaim_net_peer_reqs() 214 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_reclaim_net_peer_reqs() 216 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_reclaim_net_peer_reqs() 444 LIST_HEAD(reclaimed); in drbd_finish_peer_reqs() 449 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_finish_peer_reqs() 453 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_finish_peer_reqs()
|
/Linux-v5.4/Documentation/vm/ |
D | cleancache.rst | 151 saved and reclaimed if overall host system memory conditions allow.
|
D | unevictable-lru.rst | 115 chance of being reclaimed. 465 to unevictable LRU and the rest can be reclaimed.
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1328 unsigned int reclaimed; in t4_sge_eth_txq_egress_update() local 1334 reclaimed = reclaim_completed_tx(adap, &eq->q, maxreclaim, true); in t4_sge_eth_txq_egress_update() 1347 return reclaimed; in t4_sge_eth_txq_egress_update()
|
/Linux-v5.4/Documentation/filesystems/ |
D | proc.txt | 871 reclaimed to achieve this. 942 reclaimed unless absolutely necessary. 944 eligible to be reclaimed for other purposes 974 SReclaimable: Part of Slab, that might be reclaimed, such as caches 975 SUnreclaim: Part of Slab, that cannot be reclaimed on memory pressure
|