Home
last modified time | relevance | path

Searched refs:reclaimed (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v4.19/mm/
Dvmpressure.c125 unsigned long reclaimed) in vmpressure_calc_level() argument
127 unsigned long scale = scanned + reclaimed; in vmpressure_calc_level()
135 if (reclaimed >= scanned) in vmpressure_calc_level()
144 pressure = scale - (reclaimed * scale / scanned); in vmpressure_calc_level()
149 scanned, reclaimed); in vmpressure_calc_level()
188 unsigned long reclaimed; in vmpressure_work_fn() local
208 reclaimed = vmpr->tree_reclaimed; in vmpressure_work_fn()
213 level = vmpressure_calc_level(scanned, reclaimed); in vmpressure_work_fn()
244 unsigned long scanned, unsigned long reclaimed) in vmpressure() argument
276 vmpr->tree_reclaimed += reclaimed; in vmpressure()
[all …]
Dzpool.c299 unsigned int *reclaimed) in zpool_shrink() argument
302 zpool->driver->shrink(zpool->pool, pages, reclaimed) : -EINVAL; in zpool_shrink()
Dzbud.c170 unsigned int *reclaimed) in zbud_zpool_shrink() argument
182 if (reclaimed) in zbud_zpool_shrink()
183 *reclaimed = total; in zbud_zpool_shrink()
Dz3fold.c1063 unsigned int *reclaimed) in z3fold_zpool_shrink() argument
1075 if (reclaimed) in z3fold_zpool_shrink()
1076 *reclaimed = total; in z3fold_zpool_shrink()
Dvmscan.c876 bool reclaimed) in __remove_mapping() argument
949 if (reclaimed && page_is_file_cache(page) && in __remove_mapping()
2713 unsigned long reclaimed; in shrink_node() local
2740 reclaimed = sc->nr_reclaimed; in shrink_node()
2751 sc->nr_reclaimed - reclaimed); in shrink_node()
Dmemcontrol.c2782 unsigned long reclaimed; in mem_cgroup_soft_limit_reclaim() local
2815 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, pgdat, in mem_cgroup_soft_limit_reclaim()
2817 nr_reclaimed += reclaimed; in mem_cgroup_soft_limit_reclaim()
2827 if (!reclaimed) in mem_cgroup_soft_limit_reclaim()
/Linux-v4.19/include/linux/
Dvmpressure.h15 unsigned long reclaimed; member
34 unsigned long scanned, unsigned long reclaimed);
48 unsigned long scanned, unsigned long reclaimed) {} in vmpressure() argument
Dzpool.h55 unsigned int *reclaimed);
98 unsigned int *reclaimed);
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx-expbuf.rst53 file when it is no longer used to allow the associated memory to be reclaimed.
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-expbuf.rst64 the associated memory to be reclaimed.
/Linux-v4.19/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1076 int reclaimed; in txq_reclaim() local
1080 reclaimed = 0; in txq_reclaim()
1081 while (reclaimed < budget && txq->tx_desc_count > 0) { in txq_reclaim()
1103 reclaimed++; in txq_reclaim()
1136 if (reclaimed < budget) in txq_reclaim()
1139 return reclaimed; in txq_reclaim()
/Linux-v4.19/Documentation/admin-guide/mm/
Dconcepts.rst176 reclaimed. For instance, in-memory caches of filesystem metadata can
194 until enough memory pages are reclaimed to satisfy the request.
Dpagemap.rst160 page will be reclaimed soon after its pageout IO completed
/Linux-v4.19/Documentation/admin-guide/
Dcgroup-v2.rst1013 won't be reclaimed under any conditions. If there is no
1036 memory won't be reclaimed unless memory can be reclaimed
1100 The number of times the cgroup is reclaimed due to
1186 Part of "slab" that might be reclaimed, such as
1190 Part of "slab" that cannot be reclaimed on memory
1209 Number of times a shadow node has been reclaimed
1221 Amount of reclaimed pages
1237 Amount of reclaimed lazyfree pages
1270 entries are reclaimed gradually and the swap usage may stay
/Linux-v4.19/Documentation/cgroup-v1/
Dmemory.txt429 reclaimed.
459 the cgroup will be reclaimed and as many pages reclaimed as possible.
497 unevictable - # of bytes of memory that cannot be reclaimed (mlocked etc).
547 memory under it will be reclaimed.
/Linux-v4.19/Documentation/sysctl/
Dvm.txt226 reclaimed by the kernel when memory is needed elsewhere on the system.
351 for page allocation or should be reclaimed.
458 (fallback from the local zone occurs) slabs will be reclaimed if more
477 zone_reclaim_mode allows to be reclaimed.
Dfs.txt75 can be reclaimed when memory is short and want_pages is
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-kernel-slab297 allocating new slabs. Such slabs may be reclaimed by utilizing
432 The shrink file is written when memory should be reclaimed from
/Linux-v4.19/Documentation/nvdimm/
Dnvdimm.txt231 interleaved system-physical-address range is reclaimed as BLK-aperture
233 reclaimed space we create two BLK-aperture "namespaces" from REGION2 and
240 named "pm1.0", the rest is reclaimed in 4 BLK-aperture namespaces (for
/Linux-v4.19/drivers/block/drbd/
Ddrbd_receiver.c222 LIST_HEAD(reclaimed); in drbd_reclaim_net_peer_reqs()
226 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_reclaim_net_peer_reqs()
228 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_reclaim_net_peer_reqs()
456 LIST_HEAD(reclaimed); in drbd_finish_peer_reqs()
461 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_finish_peer_reqs()
465 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_finish_peer_reqs()
/Linux-v4.19/Documentation/powerpc/
Dtransactional_memory.txt171 from the sighandler to the kernel will get reclaimed and discarded.
/Linux-v4.19/Documentation/virtual/kvm/devices/
Dvm.txt27 as unused are again used any may not be reclaimed by the host.
/Linux-v4.19/Documentation/filesystems/
Dproc.txt830 reclaimed to achieve this.
900 reclaimed unless absolutely necessary.
902 eligible to be reclaimed for other purposes
929 SReclaimable: Part of Slab, that might be reclaimed, such as caches
930 SUnreclaim: Part of Slab, that cannot be reclaimed on memory pressure
/Linux-v4.19/Documentation/vm/
Dunevictable-lru.rst115 chance of being reclaimed.
461 to unevictable LRU and the rest can be reclaimed.
Dcleancache.rst151 saved and reclaimed if overall host system memory conditions allow.

12