| /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
|
| H A D | swap.h | 155 unsigned long reclaimed; member 173 current->reclaim_state->reclaimed += pages; in mm_account_reclaimed_pages()
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | reclaim.rst | 253 42 KiB memory and successfully reclaimed 32 KiB memory in total. 277 Number of memory regions that tried to be reclaimed by DAMON_RECLAIM. 282 Total bytes of memory regions that tried to be reclaimed by DAMON_RECLAIM. 287 Number of memory regions that successfully be reclaimed by DAMON_RECLAIM. 292 Total bytes of memory regions that successfully be reclaimed by DAMON_RECLAIM.
|
| H A D | lru_sort.rst | 89 it could not be reclaimed under memory pressure. 50% by default. 98 that it could be reclaimed first under memory pressure. 120 seconds by
|
| /linux/mm/ |
| H A D | vmscan.c | 339 sc->nr_reclaimed += current->reclaim_state->reclaimed; in flush_reclaim_state() 340 current->reclaim_state->reclaimed = 0; in flush_reclaim_state() 706 bool reclaimed, struct mem_cgroup *target_memcg) in __remove_mapping() argument 759 if (reclaimed && !mapping_exiting(mapping)) in __remove_mapping() 785 if (reclaimed && folio_is_file_lru(folio) && in __remove_mapping() 4684 int reclaimed; in evict_folios() local 4711 reclaimed = shrink_folio_list(&list, pgdat, sc, &stat, false, memcg); in evict_folios() 4713 sc->nr_reclaimed += reclaimed; in evict_folios() 4715 scanned, reclaimed, &stat, sc->priority, in evict_folios() 4754 __count_vm_events(item, reclaimed); in evict_folios() [all …]
|
| H A D | memcontrol-v1.c | 328 unsigned long reclaimed; in memcg1_soft_limit_reclaim() local 362 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, pgdat, in memcg1_soft_limit_reclaim() 364 nr_reclaimed += reclaimed; in memcg1_soft_limit_reclaim() 372 if (!reclaimed) in memcg1_soft_limit_reclaim()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | statistics.h | 113 u64 reclaimed; member
|
| H A D | block-map.c | 1062 bool was_discard, reclaimed; in page_is_written_out() local 1084 reclaimed = (!was_discard || (info->busy > 0) || vdo_waitq_has_waiters(&info->waiting)); in page_is_written_out() 1089 ADD_ONCE(cache->stats.reclaimed, reclamations); in page_is_written_out() 1094 if (reclaimed) in page_is_written_out() 3338 totals.reclaimed += READ_ONCE(stats->reclaimed); in vdo_get_block_map_statistics()
|
| H A D | message-stats.c | 207 write_u64("reclaimed : ", stats->reclaimed, ", ", buf, maxlen); in write_block_map_statistics()
|
| /linux/fs/btrfs/ |
| H A D | zoned.c | 2890 u64 reclaimed = 0; in btrfs_reset_unused_block_groups() local 2965 reclaimed = bg->alloc_offset; in btrfs_reset_unused_block_groups() 2972 ASSERT(reclaimed == bg->zone_capacity, in btrfs_reset_unused_block_groups() 2973 "reclaimed=%llu bg->zone_capacity=%llu", reclaimed, bg->zone_capacity); in btrfs_reset_unused_block_groups() 2974 bg->free_space_ctl->free_space += reclaimed; in btrfs_reset_unused_block_groups() 2975 space_info->bytes_zone_unusable -= reclaimed; in btrfs_reset_unused_block_groups() 2977 btrfs_return_free_space(space_info, reclaimed); in btrfs_reset_unused_block_groups() 2980 if (num_bytes <= reclaimed) in btrfs_reset_unused_block_groups() 2982 num_bytes -= reclaimed; in btrfs_reset_unused_block_groups()
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_memcontrol.c | 891 bool reclaimed = false; in reclaim_until() local 899 else if (reclaimed) in reclaim_until() 906 reclaimed = true; in reclaim_until() 910 return reclaimed; in reclaim_until()
|
| /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
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-kernel-kexec-kdump | 47 reservation by writing a smaller value, and the reclaimed
|
| /linux/kernel/liveupdate/ |
| H A D | Kconfig | 62 These devices are intended to be reclaimed by the new kernel and
|
| /linux/mm/damon/ |
| H A D | Kconfig | 95 pages reclaimed first under memory pressure.
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 272 reclaimed by the kernel when memory is needed elsewhere on the system. 432 for page allocation or should be reclaimed. 558 (fallback from the local zone occurs) slabs will be reclaimed if more 577 zone_reclaim_mode allows to be reclaimed. 1055 reclaimed if pages of different mobility are being mixed within pageblocks. 1062 15,000 means that up to 150% of the high watermark will be reclaimed in the 1066 worth of pages will be reclaimed (e.g. 2MB on 64-bit x86). A boost factor
|
| /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/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.
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1313 won't be reclaimed under any conditions. If there is no 1316 effective low boundary if it is higher), pages are reclaimed 1336 memory won't be reclaimed unless there is no reclaimable 1339 effective min boundary if it is higher), pages are reclaimed 1419 the target cgroup. If less bytes are reclaimed than the 1483 The number of times the cgroup is reclaimed due to 1630 Part of "slab" that might be reclaimed, such as 1634 Part of "slab" that cannot be reclaimed on memory 1656 an active workingset before they got reclaimed. 1660 active workingset before they got reclaimed. [all …]
|
| /linux/arch/powerpc/kvm/ |
| H A D | Kconfig | 184 * Total amount of Guest Page-table Memory reclaimed
|
| /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.
|