Home
last modified time | relevance | path

Searched refs:nr_rotate_swap (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dswap.h459 extern atomic_t nr_rotate_swap;
/kernel/linux/linux-6.6/include/linux/
H A Dswap.h475 extern atomic_t nr_rotate_swap;
/kernel/linux/linux-6.6/mm/
H A Dswap_state.c320 return READ_ONCE(enable_vma_readahead) && !atomic_read(&nr_rotate_swap); in swap_use_vma_readahead()
H A Dswapfile.c108 atomic_t nr_rotate_swap = ATOMIC_INIT(0); variable
2504 atomic_dec(&nr_rotate_swap); in SYSCALL_DEFINE1()
3130 atomic_inc(&nr_rotate_swap); in SYSCALL_DEFINE2()
3235 atomic_dec(&nr_rotate_swap); in SYSCALL_DEFINE2()
/kernel/linux/linux-5.10/mm/
H A Dswapfile.c100 atomic_t nr_rotate_swap = ATOMIC_INIT(0); variable
2683 atomic_dec(&nr_rotate_swap); in SYSCALL_DEFINE1()
3313 atomic_inc(&nr_rotate_swap); in SYSCALL_DEFINE2()
3424 atomic_dec(&nr_rotate_swap); in SYSCALL_DEFINE2()
H A Dswap_state.c360 return READ_ONCE(enable_vma_readahead) && !atomic_read(&nr_rotate_swap); in swap_use_vma_readahead()

Completed in 15 milliseconds