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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dswap_state.c69 * __add_to_swap_cache resembles add_to_page_cache on swapper_space,
72 static int __add_to_swap_cache(struct page *page, swp_entry_t entry, function
106 error = __add_to_swap_cache(page, entry, GFP_KERNEL);
169 err = __add_to_swap_cache(page, entry,
216 int err = __add_to_swap_cache(page, entry, GFP_ATOMIC);

Completed in 23 milliseconds