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.h187 extern int swap_retry_table_alloc(swp_entry_t entry, gfp_t gfp);
452 static inline int swap_retry_table_alloc(swp_entry_t entry, gfp_t gfp) in swap_retry_table_alloc() function
H A Dswapfile.c1462 int swap_retry_table_alloc(swp_entry_t entry, gfp_t gfp) in swap_retry_table_alloc() function
H A Dmemory.c1336 if (swap_retry_table_alloc(entry, GFP_KERNEL) < 0) { in copy_pte_range()