Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap.h225 extern int swap_retry_table_alloc(swp_entry_t entry, gfp_t gfp);
431 static inline int swap_retry_table_alloc(swp_entry_t entry, gfp_t gfp) in swap_retry_table_alloc() function
H A Dswapfile.c1499 int swap_retry_table_alloc(swp_entry_t entry, gfp_t gfp) in swap_retry_table_alloc() function
H A Dmemory.c1434 if (swap_retry_table_alloc(entry, GFP_KERNEL) < 0) { in copy_pte_range()