Searched refs:SWAP_CLUSTER_MAX (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/mm/ |
D | swap_cgroup.c | 53 if (!(idx % SWAP_CLUSTER_MAX)) in swap_cgroup_prepare() 226 if (!(i % SWAP_CLUSTER_MAX)) in swap_cgroup_swapoff()
|
D | page_io.c | 238 struct bio_vec bvec[SWAP_CLUSTER_MAX]; 248 SWAP_CLUSTER_MAX, sizeof(struct swap_iocb)); in sio_pool_init()
|
D | vmpressure.c | 38 static const unsigned long vmpressure_win = SWAP_CLUSTER_MAX * 16;
|
D | swap.c | 281 cost = nr_io * SWAP_CLUSTER_MAX + nr_rotated; in lru_note_cost() 980 if (lruvec && ++lock_batch == SWAP_CLUSTER_MAX) { in release_pages()
|
D | vmscan.c | 1285 if (nr_written > SWAP_CLUSTER_MAX * nr_throttled) in __acct_reclaim_writeback() 1347 .nr_to_write = SWAP_CLUSTER_MAX, in pageout() 2592 return SWAP_CLUSTER_MAX; in shrink_inactive_list() 3176 scan = max(scan, SWAP_CLUSTER_MAX); in get_scan_count() 3188 scan = min(lruvec_size, SWAP_CLUSTER_MAX); in get_scan_count() 6351 nr_to_scan = min(nr[lru], SWAP_CLUSTER_MAX); in shrink_lruvec() 6422 shrink_active_list(SWAP_CLUSTER_MAX, lruvec, in shrink_lruvec() 7081 .nr_to_reclaim = SWAP_CLUSTER_MAX, in try_to_free_pages() 7129 .nr_to_reclaim = SWAP_CLUSTER_MAX, in mem_cgroup_shrink_node() 7169 .nr_to_reclaim = max(nr_pages, SWAP_CLUSTER_MAX), in try_to_free_mem_cgroup_pages() [all …]
|
D | page_alloc.c | 2479 if (zone != locked_zone || batch_count == SWAP_CLUSTER_MAX) { in free_unref_page_list() 5669 min_pages = clamp(min_pages, SWAP_CLUSTER_MAX, 128UL); in __setup_per_zone_wmarks()
|
D | memcontrol.c | 2585 in_retry ? SWAP_CLUSTER_MAX : nr_pages, in mem_cgroup_handle_over_high() 6720 min(nr_to_reclaim - nr_reclaimed, SWAP_CLUSTER_MAX), in memory_reclaim()
|
/linux-6.6.21/include/linux/ |
D | swap.h | 225 #define SWAP_CLUSTER_MAX 32UL macro 226 #define COMPACT_CLUSTER_MAX SWAP_CLUSTER_MAX
|
/linux-6.6.21/tools/testing/selftests/cgroup/ |
D | memcg_protection.m | 77 % SWAP_CLUSTER_MAX roundup
|
/linux-6.6.21/drivers/gpu/drm/i915/gem/ |
D | i915_gem_shmem.c | 307 .nr_to_write = SWAP_CLUSTER_MAX, in __shmem_writeback()
|