Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dswapfile.c678 if (offset == si->lowest_bit) in swap_range_alloc()
679 si->lowest_bit += nr_entries; in swap_range_alloc()
684 si->lowest_bit = si->max; in swap_range_alloc()
708 if (offset < si->lowest_bit) in swap_range_free()
709 si->lowest_bit = offset; in swap_range_free()
782 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
823 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
906 offset = si->lowest_bit; in scan_swap_map_slots()
2962 p->lowest_bit = 1; in read_swap_header()
/Linux-v5.4/include/linux/
Dswap.h244 unsigned int lowest_bit; /* index of first free in swap_map */ member