Searched refs:SWAP_CLUSTER_MAX (Results 1 - 10 of 10) sorted by relevance

/linux-master/mm/
H A Dswap_cgroup.c53 if (!(idx % SWAP_CLUSTER_MAX))
226 if (!(i % SWAP_CLUSTER_MAX))
H A Dvmpressure.c33 * SWAP_CLUSTER_MAX, it makes sense to use it for the window size as well.
38 static const unsigned long vmpressure_win = SWAP_CLUSTER_MAX * 16;
H A Dpage_io.c245 struct bio_vec bvec[SWAP_CLUSTER_MAX];
255 SWAP_CLUSTER_MAX, sizeof(struct swap_iocb));
H A Dvmscan.c590 if (nr_written > SWAP_CLUSTER_MAX * nr_throttled)
652 .nr_to_write = SWAP_CLUSTER_MAX,
1682 * we cannot splice to the tail. If we did then the SWAP_CLUSTER_MAX
1748 * A direct reclaimer may isolate SWAP_CLUSTER_MAX pages from the LRU list and
1904 return SWAP_CLUSTER_MAX;
2481 * Minimally target SWAP_CLUSTER_MAX pages to keep
2485 scan = max(scan, SWAP_CLUSTER_MAX);
2497 scan = min(lruvec_size, SWAP_CLUSTER_MAX);
5684 nr_to_scan = min(nr[lru], SWAP_CLUSTER_MAX);
5755 shrink_active_list(SWAP_CLUSTER_MAX, lruve
[all...]
H A Dswap.c296 cost = nr_io * SWAP_CLUSTER_MAX + nr_rotated;
H A Dmadvise.c429 if (++batch_count == SWAP_CLUSTER_MAX) {
H A Dpage_alloc.c5877 min_pages = clamp(min_pages, SWAP_CLUSTER_MAX, 128UL);
H A Dmemcontrol.c2674 in_retry ? SWAP_CLUSTER_MAX : nr_pages,
/linux-master/include/linux/
H A Dswap.h225 #define SWAP_CLUSTER_MAX 32UL macro
226 #define COMPACT_CLUSTER_MAX SWAP_CLUSTER_MAX
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c307 .nr_to_write = SWAP_CLUSTER_MAX,

Completed in 318 milliseconds