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

/linux-master/mm/
H A Dswapfile.c110 static struct swap_info_struct *swap_type_to_swap_info(int type) function
1638 struct swap_info_struct *si = swap_type_to_swap_info(type);
1712 struct swap_info_struct *si = swap_type_to_swap_info(type);
2613 for (type = 0; (si = swap_type_to_swap_info(type)); type++) {
2634 for (; (si = swap_type_to_swap_info(type)); type++) {
3410 return swap_type_to_swap_info(swp_type(entry));

Completed in 204 milliseconds