Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dswapfile.c3279 static int __swap_duplicate(swp_entry_t entry, unsigned char usage) in __swap_duplicate() function
3344 __swap_duplicate(entry, SWAP_MAP_SHMEM); in swap_shmem_alloc()
3358 while (!err && __swap_duplicate(entry, 1) == -ENOMEM) in swap_duplicate()
3373 return __swap_duplicate(entry, SWAP_HAS_CACHE); in swapcache_prepare()