Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dswapfile.c630 if (offset == si->lowest_bit) in swap_range_alloc()
631 si->lowest_bit += nr_entries; in swap_range_alloc()
636 si->lowest_bit = si->max; in swap_range_alloc()
660 if (offset < si->lowest_bit) in swap_range_free()
661 si->lowest_bit = offset; in swap_range_free()
734 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
775 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
858 offset = si->lowest_bit; in scan_swap_map_slots()
2955 p->lowest_bit = 1; in read_swap_header()
/Linux-v4.19/include/linux/
Dswap.h241 unsigned int lowest_bit; /* index of first free in swap_map */ member