/linux-4.1.27/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 | 289 unsigned int *reclaimed) in zpool_shrink() argument 291 return zpool->driver->shrink(zpool->pool, pages, reclaimed); in zpool_shrink()
|
D | zbud.c | 155 unsigned int *reclaimed) in zbud_zpool_shrink() argument 167 if (reclaimed) in zbud_zpool_shrink() 168 *reclaimed = total; in zbud_zpool_shrink()
|
D | memcontrol.c | 2938 unsigned long reclaimed; in mem_cgroup_soft_limit_reclaim() local 2962 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, zone, in mem_cgroup_soft_limit_reclaim() 2964 nr_reclaimed += reclaimed; in mem_cgroup_soft_limit_reclaim() 2974 if (!reclaimed) in mem_cgroup_soft_limit_reclaim()
|
D | vmscan.c | 580 bool reclaimed) in __remove_mapping() argument 640 if (reclaimed && page_is_file_cache(page) && in __remove_mapping()
|
D | zsmalloc.c | 343 unsigned int *reclaimed) in zs_zpool_shrink() argument
|
/linux-4.1.27/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 | 52 unsigned int *reclaimed); 92 unsigned int *reclaimed);
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vm.txt | 26 as unused are again used any may not be reclaimed by the host.
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1048 int reclaimed; in txq_reclaim() local 1052 reclaimed = 0; in txq_reclaim() 1053 while (reclaimed < budget && txq->tx_desc_count > 0) { in txq_reclaim() 1075 reclaimed++; in txq_reclaim() 1108 if (reclaimed < budget) in txq_reclaim() 1111 return reclaimed; in txq_reclaim()
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 128 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 | 216 reason is that a huge page is old and is being reclaimed.
|
D | unevictable-lru.txt | 139 chance of being reclaimed.
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | head.S | 179 ;; reclaimed after init is finished.
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 437 reclaimed. 467 the cgroup will be reclaimed and as many pages reclaimed as possible. 504 unevictable - # of bytes of memory that cannot be reclaimed (mlocked etc). 554 memory under it will be reclaimed.
|
/linux-4.1.27/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 | 71 can be reclaimed when memory is short and want_pages is
|
/linux-4.1.27/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.1.27/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() 426 LIST_HEAD(reclaimed); in drbd_finish_peer_reqs() 431 reclaim_finished_net_peer_reqs(device, &reclaimed); in drbd_finish_peer_reqs() 435 list_for_each_entry_safe(peer_req, t, &reclaimed, w.list) in drbd_finish_peer_reqs()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 797 reclaimed to achieve this. 864 reclaimed unless absolutely necessary. 866 eligible to be reclaimed for other purposes 887 SReclaimable: Part of Slab, that might be reclaimed, such as caches 888 SUnreclaim: Part of Slab, that cannot be reclaimed on memory pressure
|
D | f2fs.txt | 195 segments to be reclaimed. If the number of prefree
|
D | vfs.txt | 1084 into an LRU list to be reclaimed on memory shortage.
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 298 object cannot be reclaimed to make space. Return -ENOSPC if there's not
|
/linux-4.1.27/Documentation/RCU/ |
D | whatisRCU.txt | 81 to the data structure, so it now may safely be reclaimed
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1639 allocation of pages that may be reclaimed or moved
|