Searched refs:SWAP_CLUSTER_MAX (Results 1 – 11 of 11) sorted by relevance
| /linux/mm/ |
| A D | swap_cgroup.c | 53 if (!(idx % SWAP_CLUSTER_MAX)) in swap_cgroup_prepare() 228 if (!(i % SWAP_CLUSTER_MAX)) in swap_cgroup_swapoff()
|
| A D | vmpressure.c | 38 static const unsigned long vmpressure_win = SWAP_CLUSTER_MAX * 16;
|
| A D | page_io.c | 325 struct bio_vec bvec[SWAP_CLUSTER_MAX]; 335 SWAP_CLUSTER_MAX, sizeof(struct swap_iocb)); in sio_pool_init()
|
| A D | vmscan.c | 611 if (nr_written > SWAP_CLUSTER_MAX * nr_throttled) in __acct_reclaim_writeback() 673 .nr_to_write = SWAP_CLUSTER_MAX, in pageout() 1938 return SWAP_CLUSTER_MAX; in shrink_inactive_list() 2520 scan = max(scan, SWAP_CLUSTER_MAX); in get_scan_count() 2532 scan = min(lruvec_size, SWAP_CLUSTER_MAX); in get_scan_count() 5712 nr_to_scan = min(nr[lru], SWAP_CLUSTER_MAX); in shrink_lruvec() 5783 shrink_active_list(SWAP_CLUSTER_MAX, lruvec, in shrink_lruvec() 6483 .nr_to_reclaim = SWAP_CLUSTER_MAX, in try_to_free_pages() 6531 .nr_to_reclaim = SWAP_CLUSTER_MAX, in mem_cgroup_shrink_node() 6572 .nr_to_reclaim = max(nr_pages, SWAP_CLUSTER_MAX), in try_to_free_mem_cgroup_pages() [all …]
|
| A D | swap.c | 283 cost = nr_io * SWAP_CLUSTER_MAX + nr_rotated; in lru_note_cost()
|
| A D | madvise.c | 443 if (++batch_count == SWAP_CLUSTER_MAX) { in madvise_cold_or_pageout_pte_range()
|
| A D | memcontrol.c | 2102 in_retry ? SWAP_CLUSTER_MAX : nr_pages, in mem_cgroup_handle_over_high()
|
| A D | page_alloc.c | 6040 min_pages = clamp(min_pages, SWAP_CLUSTER_MAX, 128UL); in __setup_per_zone_wmarks()
|
| /linux/include/linux/ |
| A D | swap.h | 225 #define SWAP_CLUSTER_MAX 32UL macro 226 #define COMPACT_CLUSTER_MAX SWAP_CLUSTER_MAX
|
| /linux/tools/testing/selftests/cgroup/ |
| A D | memcg_protection.m | 77 % SWAP_CLUSTER_MAX roundup
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_shmem.c | 307 .nr_to_write = SWAP_CLUSTER_MAX, in __shmem_writeback()
|
Completed in 52 milliseconds