Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dswap_state.c61 static atomic_t swapin_readahead_hits = ATOMIC_INIT(4); variable
365 atomic_inc(&swapin_readahead_hits); in swap_cache_get_folio()
591 hits = atomic_xchg(&swapin_readahead_hits, 0); in swapin_nr_pages()
/kernel/linux/linux-5.10/mm/
H A Dswap_state.c97 static atomic_t swapin_readahead_hits = ATOMIC_INIT(4); variable
411 atomic_inc(&swapin_readahead_hits); in lookup_swap_cache()
620 hits = atomic_xchg(&swapin_readahead_hits, 0); in swapin_nr_pages()

Completed in 4 milliseconds