get_nr_swap_pages
return get_nr_swap_pages() > 0;
should_swap = get_nr_swap_pages() > 0;
return (u64)get_nr_swap_pages() << PAGE_SHIFT;