Home
last modified time | relevance | path

Searched refs:SWAPPINESS_ANON_ONLY (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dvmscan.c2568 if (swappiness == SWAPPINESS_ANON_ONLY) { in get_scan_count()
2728 #define max_type(swappiness) ((swappiness) < SWAPPINESS_ANON_ONLY)
2770 if (swappiness == SWAPPINESS_ANON_ONLY) in get_swappiness()
3909 if (type && (swappiness == SWAPPINESS_ANON_ONLY)) in inc_min_seq()
4999 if (swappiness == SWAPPINESS_ANON_ONLY) { in get_nr_to_scan()
5733 else if (swappiness > SWAPPINESS_ANON_ONLY) in run_cmd()
5813 swappiness = SWAPPINESS_ANON_ONLY; in lru_gen_seq_write()
7992 swappiness = SWAPPINESS_ANON_ONLY; in user_proactive_reclaim()
H A Dinternal.h81 #define SWAPPINESS_ANON_ONLY (MAX_SWAPPINESS + 1) macro