/linux-4.4.14/mm/ |
D | vmpressure.c | 112 unsigned long reclaimed) in vmpressure_calc_level() argument 114 unsigned long scale = scanned + reclaimed; in vmpressure_calc_level() 124 pressure = scale - (reclaimed * scale / scanned); in vmpressure_calc_level() 128 scanned, reclaimed); in vmpressure_calc_level() 140 unsigned long scanned, unsigned long reclaimed) in vmpressure_event() argument 146 level = vmpressure_calc_level(scanned, reclaimed); in vmpressure_event() 166 unsigned long reclaimed; in vmpressure_work_fn() local 183 reclaimed = vmpr->reclaimed; in vmpressure_work_fn() 185 vmpr->reclaimed = 0; in vmpressure_work_fn() 189 if (vmpressure_event(vmpr, scanned, reclaimed)) in vmpressure_work_fn() [all …]
|
D | zpool.c | 297 unsigned int *reclaimed) in zpool_shrink() argument 299 return zpool->driver->shrink(zpool->pool, pages, reclaimed); in zpool_shrink()
|
D | zbud.c | 170 unsigned int *reclaimed) in zbud_zpool_shrink() argument 182 if (reclaimed) in zbud_zpool_shrink() 183 *reclaimed = total; in zbud_zpool_shrink()
|
D | memcontrol.c | 2642 unsigned long reclaimed; in mem_cgroup_soft_limit_reclaim() local 2666 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, zone, in mem_cgroup_soft_limit_reclaim() 2668 nr_reclaimed += reclaimed; in mem_cgroup_soft_limit_reclaim() 2678 if (!reclaimed) in mem_cgroup_soft_limit_reclaim()
|
D | vmscan.c | 610 bool reclaimed) in __remove_mapping() argument 675 if (reclaimed && page_is_file_cache(page) && in __remove_mapping()
|
D | zsmalloc.c | 348 unsigned int *reclaimed) in zs_zpool_shrink() argument
|
/linux-4.4.14/include/linux/ |
D | vmpressure.h | 14 unsigned long reclaimed; member 30 unsigned long scanned, unsigned long reclaimed); 44 unsigned long scanned, unsigned long reclaimed) {} in vmpressure() argument
|
D | zpool.h | 54 unsigned int *reclaimed); 97 unsigned int *reclaimed);
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | vm.txt | 26 as unused are again used any may not be reclaimed by the host.
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1080 int reclaimed; in txq_reclaim() local 1084 reclaimed = 0; in txq_reclaim() 1085 while (reclaimed < budget && txq->tx_desc_count > 0) { in txq_reclaim() 1107 reclaimed++; in txq_reclaim() 1140 if (reclaimed < budget) in txq_reclaim() 1143 return reclaimed; in txq_reclaim()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | head.S | 179 ;; reclaimed after init is finished.
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 437 reclaimed. 467 the cgroup will be reclaimed and as many pages reclaimed as possible. 505 unevictable - # of bytes of memory that cannot be reclaimed (mlocked etc). 555 memory under it will be reclaimed.
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 208 reclaimed by the kernel when memory is needed elsewhere on the system. 339 for page allocation or should be reclaimed. 445 (fallback from the local zone occurs) slabs will be reclaimed if more 464 zone_reclaim_mode allows to be reclaimed.
|
D | fs.txt | 73 can be reclaimed when memory is short and want_pages is
|
/linux-4.4.14/Documentation/vm/ |
D | pagemap.txt | 145 9. RECLAIM page will be reclaimed soon after its pageout IO completed
|
D | cleancache.txt | 132 saved and reclaimed if overall host system memory conditions allow.
|
D | transhuge.txt | 226 reason is that a huge page is old and is being reclaimed.
|
D | unevictable-lru.txt | 139 chance of being reclaimed.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 297 allocating new slabs. Such slabs may be reclaimed by utilizing 432 The shrink file is written when memory should be reclaimed from
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 231 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-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 220 LIST_HEAD(reclaimed); in drbd_kick_lo_and_reclaim_net() 224 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_kick_lo_and_reclaim_net() 227 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_kick_lo_and_reclaim_net() 427 LIST_HEAD(reclaimed); in drbd_finish_peer_reqs() 432 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_finish_peer_reqs() 436 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_finish_peer_reqs()
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 815 reclaimed to achieve this. 879 reclaimed unless absolutely necessary. 881 eligible to be reclaimed for other purposes 902 SReclaimable: Part of Slab, that might be reclaimed, such as caches 903 SUnreclaim: Part of Slab, that cannot be reclaimed on memory pressure
|
D | f2fs.txt | 198 segments to be reclaimed. If the number of prefree
|
D | vfs.txt | 1091 into an LRU list to be reclaimed on memory shortage.
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 298 object cannot be reclaimed to make space. Return -ENOSPC if there's not
|
/linux-4.4.14/Documentation/RCU/ |
D | whatisRCU.txt | 81 to the data structure, so it now may safely be reclaimed
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 1704 allocation of pages that may be reclaimed or moved
|