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

/linux-master/include/linux/
H A Dswap.h484 extern struct swap_info_struct *get_swap_device(swp_entry_t entry);
498 static inline struct swap_info_struct *get_swap_device(swp_entry_t entry) function
/linux-master/mm/
H A Dswap_state.c420 si = get_swap_device(swp);
438 si = get_swap_device(entry);
H A Dswapfile.c1232 * with get_swap_device() and put_swap_device(), unless the swap
1238 * be touched without a prior get_swap_device().
1246 * percpu_ref_tryget_live() in get_swap_device() or after the
1267 struct swap_info_struct *get_swap_device(swp_entry_t entry) function
1617 p = get_swap_device(entry);
3461 si = get_swap_device(entry);
H A Dshmem.c1867 si = get_swap_device(swap);
H A Dmemory.c3994 si = get_swap_device(entry);

Completed in 316 milliseconds