Home
last modified time | relevance | path

Searched refs:SWAP_CLUSTER_MAX (Results 1 – 9 of 9) sorted by relevance

/linux/mm/
A Dswap_cgroup.c53 if (!(idx % SWAP_CLUSTER_MAX)) in swap_cgroup_prepare()
222 if (!(i % SWAP_CLUSTER_MAX)) in swap_cgroup_swapoff()
A Dvmscan.c1146 if (nr_written > SWAP_CLUSTER_MAX * nr_throttled) in __acct_reclaim_writeback()
1209 .nr_to_write = SWAP_CLUSTER_MAX, in pageout()
2413 return SWAP_CLUSTER_MAX; in shrink_inactive_list()
2879 scan = max(scan, SWAP_CLUSTER_MAX); in get_scan_count()
2891 scan = min(lruvec_size, SWAP_CLUSTER_MAX); in get_scan_count()
2978 nr_to_scan = min(nr[lru], SWAP_CLUSTER_MAX); in shrink_lruvec()
3051 shrink_active_list(SWAP_CLUSTER_MAX, lruvec, in shrink_lruvec()
3793 .nr_to_reclaim = SWAP_CLUSTER_MAX, in try_to_free_pages()
3841 .nr_to_reclaim = SWAP_CLUSTER_MAX, in mem_cgroup_shrink_node()
3881 .nr_to_reclaim = max(nr_pages, SWAP_CLUSTER_MAX), in try_to_free_mem_cgroup_pages()
[all …]
A Dvmpressure.c38 static const unsigned long vmpressure_win = SWAP_CLUSTER_MAX * 16;
A Dcompaction.c580 if (!(blockpfn % SWAP_CLUSTER_MAX) in isolate_freepages_block()
874 if (!(low_pfn % SWAP_CLUSTER_MAX)) { in isolate_migratepages_block()
1590 if (!(block_start_pfn % (SWAP_CLUSTER_MAX * pageblock_nr_pages))) in isolate_freepages()
1897 if (!(low_pfn % (SWAP_CLUSTER_MAX * pageblock_nr_pages))) in isolate_migratepages()
A Dswap.c919 if (lruvec && ++lock_batch == SWAP_CLUSTER_MAX) { in release_pages()
A Dpage_alloc.c3464 if (++batch_count == SWAP_CLUSTER_MAX) { in free_unref_page_list()
8392 min_pages = clamp(min_pages, SWAP_CLUSTER_MAX, 128UL); in __setup_per_zone_wmarks()
A Dmemcontrol.c2478 in_retry ? SWAP_CLUSTER_MAX : nr_pages, in mem_cgroup_handle_over_high()
/linux/include/linux/
A Dswap.h189 #define SWAP_CLUSTER_MAX 32UL macro
190 #define COMPACT_CLUSTER_MAX SWAP_CLUSTER_MAX
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_shmem.c245 .nr_to_write = SWAP_CLUSTER_MAX, in shmem_writeback()

Completed in 48 milliseconds