Home
last modified time | relevance | path

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

12

/linux/mm/
H 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()
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 Dmemcontrol.c4669 unsigned long reclaimed; in memory_high_write() local
4683 reclaimed = try_to_free_mem_cgroup_pages(memcg, nr_pages - high, in memory_high_write()
4686 if (!reclaimed && !nr_retries--) in memory_high_write()
/linux/include/linux/
H A Dvmpressure.h15 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 Dstatistics.h113 u64 reclaimed; member
/linux/fs/btrfs/
H A Dzoned.c3103 u64 reclaimed = 0; in btrfs_reset_unused_block_groups() local
3178 reclaimed = bg->alloc_offset; in btrfs_reset_unused_block_groups()
3185 ASSERT(reclaimed == bg->zone_capacity, in btrfs_reset_unused_block_groups()
3186 "reclaimed=%llu bg->zone_capacity=%llu", reclaimed, bg->zone_capacity); in btrfs_reset_unused_block_groups()
3187 bg->free_space_ctl->free_space += reclaimed; in btrfs_reset_unused_block_groups()
3188 space_info->bytes_zone_unusable -= reclaimed; in btrfs_reset_unused_block_groups()
3190 btrfs_return_free_space(space_info, reclaimed); in btrfs_reset_unused_block_groups()
3193 if (num_bytes <= reclaimed) in btrfs_reset_unused_block_groups()
3195 num_bytes -= reclaimed; in btrfs_reset_unused_block_groups()
H A Dblock-group.c1912 static int btrfs_reclaim_block_group(struct btrfs_block_group *bg, int *reclaimed) in btrfs_reclaim_block_group() argument
2040 (*reclaimed)++; in btrfs_reclaim_block_group()
2050 int reclaimed = 0; in btrfs_reclaim_block_groups() local
2086 ret = btrfs_reclaim_block_group(bg, &reclaimed); in btrfs_reclaim_block_groups()
2105 if (reclaimed >= limit) in btrfs_reclaim_block_groups()
/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c894 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 Ddmx-expbuf.rst54 file when it is no longer used to allow the associated memory to be reclaimed.
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-kexec-kdump37 reservation by writing a smaller value, and the reclaimed
H A Dsysfs-kernel-slab298 allocating new slabs. Such slabs may be reclaimed by utilizing
/linux/Documentation/ABI/obsolete/
H A Dsysfs-kernel-kexec-kdump47 reservation by writing a smaller value, and the reclaimed
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-expbuf.rst63 the associated memory to be reclaimed.
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1061 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 Dvm.rst274 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 Dconcepts.rst173 reclaimed. For instance, in-memory caches of filesystem metadata can
191 until enough memory pages are reclaimed to satisfy the request.
H A Dpagemap.rst181 The page will be reclaimed soon after its pageout IO completed.
H A Dtranshuge.rst580 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 Dcgroup-v2.rst1310 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 DKconfig182 * Total amount of Guest Page-table Memory reclaimed
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c932 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 Dtransactional_memory.rst172 from the sighandler to the kernel will get reclaimed and discarded.
/linux/Documentation/virt/kvm/devices/
H A Dvm.rst36 as unused are again used any may not be reclaimed by the host.
/linux/Documentation/mm/
H A Dunevictable-lru.rst113 chance of being reclaimed.
452 to the unevictable LRU and the rest can be reclaimed.
/linux/Documentation/driver-api/soundwire/
H A Dbra.rst42 frame minus Column 0 can be reclaimed for BRA. The frame shape
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1407 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()

12