| /linux/mm/ |
| H A D | vmpressure.c | 121 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() 209 level = vmpressure_calc_level(scanned, reclaimed); in vmpressure_work_fn() 240 unsigned long scanned, unsigned long reclaimed) in vmpressure() argument 285 vmpr->tree_reclaimed += reclaimed; in vmpressure() [all …]
|
| H A D | memcontrol.c | 4687 unsigned long reclaimed; in memory_high_write() local 4701 reclaimed = try_to_free_mem_cgroup_pages(memcg, nr_pages - high, in memory_high_write() 4704 if (!reclaimed && !nr_retries--) in memory_high_write()
|
| /linux/include/linux/ |
| H A 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
|
| /linux/drivers/md/dm-vdo/ |
| H A D | statistics.h | 113 u64 reclaimed; member
|
| /linux/fs/btrfs/ |
| H A D | zoned.c | 3110 u64 reclaimed = 0; in btrfs_reset_unused_block_groups() 3185 reclaimed = bg->alloc_offset; in btrfs_reset_unused_block_groups() 3192 ASSERT(reclaimed == bg->zone_capacity, in btrfs_reset_unused_block_groups() 3193 "reclaimed=%llu bg->zone_capacity=%llu", reclaimed, bg->zone_capacity); in btrfs_reset_unused_block_groups() 3194 bg->free_space_ctl->free_space += reclaimed; in btrfs_reset_unused_block_groups() 3195 space_info->bytes_zone_unusable -= reclaimed; in btrfs_reset_unused_block_groups() 3197 btrfs_return_free_space(space_info, reclaimed); in btrfs_reset_unused_block_groups() 3200 if (num_bytes <= reclaimed) 3202 num_bytes -= reclaimed; in btrfs_show_zoned_stats() 3103 u64 reclaimed = 0; btrfs_reset_unused_block_groups() local [all...] |
| H A D | block-group.c | 1886 * of the list, so they will get reclaimed first. in btrfs_should_reclaim() 1940 static int btrfs_reclaim_block_group(struct btrfs_block_group *bg, int *reclaimed) in btrfs_reclaim_block_group() 2027 * The amount of bytes reclaimed corresponds to the sum of the in btrfs_reclaim_block_group() 2040 * group. So the reported amount of reclaimed bytes is in btrfs_reclaim_block_group() 2068 (*reclaimed)++; in btrfs_reclaim_block_groups() 2078 int reclaimed = 0; in btrfs_reclaim_block_groups() 2114 ret = btrfs_reclaim_block_group(bg, &reclaimed); in btrfs_reclaim_block_groups() 2133 if (reclaimed >= limit) 1912 btrfs_reclaim_block_group(struct btrfs_block_group * bg,int * reclaimed) btrfs_reclaim_block_group() argument 2050 int reclaimed = 0; btrfs_reclaim_block_groups() local
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_memcontrol.c | 894 bool reclaimed = false; in reclaim_until() 902 else if (reclaimed) in reclaim_until() 909 reclaimed = true; in reclaim_until() 913 return reclaimed; 891 bool reclaimed = false; reclaim_until() local
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-expbuf.rst | 54 file when it is no longer used to allow the associated memory to be reclaimed.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-kexec-kdump | 37 reservation by writing a smaller value, and the reclaimed
|
| H A D | sysfs-kernel-slab | 298 allocating new slabs. Such slabs may be reclaimed by utilizing
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-kernel-kexec-kdump | 47 reservation by writing a smaller value, and the reclaimed
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-expbuf.rst | 63 the associated memory to be reclaimed.
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 1061 int reclaimed; in txq_reclaim() local 1065 reclaimed = 0; in txq_reclaim() 1066 while (reclaimed < budget && txq->tx_desc_count > 0) { in txq_reclaim() 1088 reclaimed++; in txq_reclaim() 1121 if (reclaimed < budget) in txq_reclaim() 1124 return reclaimed; in txq_reclaim()
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 274 reclaimed by the kernel when memory is needed elsewhere on the system. 427 for page allocation or should be reclaimed. 557 (fallback from the local zone occurs) slabs will be reclaimed if more 576 zone_reclaim_mode allows to be reclaimed. 1081 reclaimed if pages of different mobility are being mixed within pageblocks. 1088 15,000 means that up to 150% of the high watermark will be reclaimed in the 1092 worth of pages will be reclaimed (e.g. 2MB on 64-bit x86). A boost factor
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | concepts.rst | 173 reclaimed. For instance, in-memory caches of filesystem metadata can 191 until enough memory pages are reclaimed to satisfy the request.
|
| H A D | pagemap.rst | 181 The page will be reclaimed soon after its pageout IO completed.
|
| H A D | transhuge.rst | 580 reason is that a huge page is old and is being reclaimed. 685 common reason is that a huge page is old and is being reclaimed.
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1310 won't be reclaimed under any conditions. If there is no 1313 effective low boundary if it is higher), pages are reclaimed 1333 memory won't be reclaimed unless there is no reclaimable 1336 effective min boundary if it is higher), pages are reclaimed 1416 the target cgroup. If less bytes are reclaimed than the 1480 The number of times the cgroup is reclaimed due to 1627 Part of "slab" that might be reclaimed, such as 1631 Part of "slab" that cannot be reclaimed on memory 1653 an active workingset before they got reclaimed. 1657 active workingset before they got reclaimed. [all …]
|
| /linux/arch/powerpc/kvm/ |
| H A D | Kconfig | 182 * Total amount of Guest Page-table Memory reclaimed
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 932 bool reclaimed = false; in mlx5e_post_rx_mpwqes() local 973 if (reclaimed || !reclaim) in mlx5e_post_rx_mpwqes() 977 reclaimed = true; in mlx5e_post_rx_mpwqes()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | transactional_memory.rst | 172 from the sighandler to the kernel will get reclaimed and discarded.
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | vm.rst | 36 as unused are again used any may not be reclaimed by the host.
|
| /linux/Documentation/mm/ |
| H A D | unevictable-lru.rst | 113 chance of being reclaimed. 452 to the unevictable LRU and the rest can be reclaimed.
|
| /linux/Documentation/driver-api/soundwire/ |
| H A D | bra.rst | 42 frame minus Column 0 can be reclaimed for BRA. The frame shape
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 1407 unsigned int reclaimed, hw_cidx; in t4_sge_eth_txq_egress_update() local 1415 reclaimed = reclaim_completed_tx(adap, &eq->q, maxreclaim, true); in t4_sge_eth_txq_egress_update() 1433 return reclaimed; in t4_sge_eth_txq_egress_update()
|