Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dzswapd_control.c57 atomic64_t free_swap_threshold = ATOMIC_LONG_INIT(0); variable
107 return atomic64_read(&free_swap_threshold); in get_free_swap_threshold()
161 atomic64_set(&free_swap_threshold, (threshold * (SZ_1M / PAGE_SIZE))); in avail_buffers_params_write()
535 atomic64_read(&free_swap_threshold) * PAGE_SIZE / SZ_1M); in avail_buffers_params_show()