Home
last modified time | relevance | path

Searched refs:highest_block (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dpage_io.c90 sector_t highest_block = 0; in generic_swapfile_activate() local
144 if (first_block > highest_block) in generic_swapfile_activate()
145 highest_block = first_block; in generic_swapfile_activate()
161 *span = 1 + highest_block - lowest_block; in generic_swapfile_activate()