Home
last modified time | relevance | path

Searched refs:empty_round_check_threshold (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dzswapd_control.c63 atomic64_t empty_round_check_threshold = ATOMIC_LONG_INIT(EMPTY_ROUND_CHECK_THRESHOLD); variable
132 return atomic64_read(&empty_round_check_threshold); in get_empty_round_check_threshold()
236 atomic64_set(&empty_round_check_threshold, val); in empty_round_check_threshold_write()
577 return atomic64_read(&empty_round_check_threshold); in empty_round_check_threshold_read()
784 .name = "empty_round_check_threshold",
/kernel/linux/linux-6.6/mm/
H A Dzswapd_control.c64 atomic64_t empty_round_check_threshold = ATOMIC_LONG_INIT(EMPTY_ROUND_CHECK_THRESHOLD); variable
133 return atomic64_read(&empty_round_check_threshold); in get_empty_round_check_threshold()
237 atomic64_set(&empty_round_check_threshold, val); in empty_round_check_threshold_write()
578 return atomic64_read(&empty_round_check_threshold); in empty_round_check_threshold_read()
785 .name = "empty_round_check_threshold",

Completed in 3 milliseconds