Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dmincore.c70 swp_entry_t swp = radix_to_swp_entry(page); in mincore_page()
Dmadvise.c259 swap = radix_to_swp_entry(page); in force_shm_swapin_readahead()
Dshmem.c680 free_swap_and_cache(radix_to_swp_entry(radswap)); in shmem_free_swap()
1647 swap = radix_to_swp_entry(page); in shmem_getpage_gfp()
Dmemcontrol.c4754 swp_entry_t swp = radix_to_swp_entry(page); in mc_handle_file_pte()
/Linux-v4.19/include/linux/
Dswapops.h89 static inline swp_entry_t radix_to_swp_entry(void *arg) in radix_to_swp_entry() function