Home
last modified time | relevance | path

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

12

/linux/mm/
A Dvmpressure.c121 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()
240 unsigned long scanned, unsigned long reclaimed) in vmpressure() argument
277 vmpr->tree_reclaimed += reclaimed; in vmpressure()
292 reclaimed = vmpr->reclaimed += reclaimed; in vmpressure()
[all …]
A Dzbud.c569 unsigned int *reclaimed) in zbud_zpool_shrink() argument
581 if (reclaimed) in zbud_zpool_shrink()
582 *reclaimed = total; in zbud_zpool_shrink()
A Dzpool.c318 unsigned int *reclaimed) in zpool_shrink() argument
321 zpool->driver->shrink(zpool->pool, pages, reclaimed) : -EINVAL; in zpool_shrink()
A Dvmscan.c1241 bool reclaimed, struct mem_cgroup *target_memcg) in __remove_mapping() argument
1289 if (reclaimed && !mapping_exiting(mapping)) in __remove_mapping()
1314 if (reclaimed && page_is_file_lru(page) && in __remove_mapping()
3134 unsigned long reclaimed; in shrink_node_memcgs() local
3167 reclaimed = sc->nr_reclaimed; in shrink_node_memcgs()
3178 sc->nr_reclaimed - reclaimed); in shrink_node_memcgs()
A Dz3fold.c1743 unsigned int *reclaimed) in z3fold_zpool_shrink() argument
1755 if (reclaimed) in z3fold_zpool_shrink()
1756 *reclaimed = total; in z3fold_zpool_shrink()
A Dmemcontrol.c3409 unsigned long reclaimed; in mem_cgroup_soft_limit_reclaim() local
3442 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, pgdat, in mem_cgroup_soft_limit_reclaim()
3444 nr_reclaimed += reclaimed; in mem_cgroup_soft_limit_reclaim()
3454 if (!reclaimed) in mem_cgroup_soft_limit_reclaim()
6224 unsigned long reclaimed; in memory_high_write() local
6238 reclaimed = try_to_free_mem_cgroup_pages(memcg, nr_pages - high, in memory_high_write()
6241 if (!reclaimed && !nr_retries--) in memory_high_write()
/linux/include/linux/
A Dvmpressure.h15 unsigned long reclaimed; member
34 unsigned long scanned, unsigned long reclaimed);
48 unsigned long scanned, unsigned long reclaimed) {} in vmpressure() argument
A Dzpool.h57 unsigned int *reclaimed);
102 unsigned int *reclaimed);
/linux/Documentation/userspace-api/media/dvb/
A Ddmx-expbuf.rst54 file when it is no longer used to allow the associated memory to be reclaimed.
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst253 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
A Dfs.rst84 can be reclaimed when memory is short and want_pages is
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-expbuf.rst63 the associated memory to be reclaimed.
/linux/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c1060 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/Documentation/admin-guide/mm/
A Dconcepts.rst176 reclaimed. For instance, in-memory caches of filesystem metadata can
194 until enough memory pages are reclaimed to satisfy the request.
A Dpagemap.rst166 The page will be reclaimed soon after its pageout IO completed.
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst1135 won't be reclaimed under any conditions. If there is no
1161 memory won't be reclaimed unless there is no reclaimable
1241 The number of times the cgroup is reclaimed due to
1356 Part of "slab" that might be reclaimed, such as
1360 Part of "slab" that cannot be reclaimed on memory
1382 an active workingset before they got reclaimed.
1386 active workingset before they got reclaimed.
1389 Number of times a shadow node has been reclaimed
1404 Amount of reclaimed pages
1416 Amount of reclaimed lazyfree pages
[all …]
/linux/Documentation/admin-guide/cgroup-v1/
A Dmemory.rst482 reclaimed.
512 the cgroup will be reclaimed and as many pages reclaimed as possible.
548 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).
609 memory under it will be reclaimed.
/linux/Documentation/driver-api/nvdimm/
A Dnvdimm.rst261 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/Documentation/ABI/testing/
A Dsysfs-fs-f2fs35 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/Documentation/virt/kvm/devices/
A Dvm.rst36 as unused are again used any may not be reclaimed by the host.
/linux/drivers/block/drbd/
A Ddrbd_receiver.c213 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/Documentation/powerpc/
A Dtransactional_memory.rst172 from the sighandler to the kernel will get reclaimed and discarded.
/linux/Documentation/vm/
A Dunevictable-lru.rst109 chance of being reclaimed.
459 to unevictable LRU and the rest can be reclaimed.
A Dcleancache.rst151 saved and reclaimed if overall host system memory conditions allow.
/linux/Documentation/filesystems/
A Dproc.rst929 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

Completed in 122 milliseconds

12