Searched refs:lowest_bit (Results 1 – 2 of 2) sorted by relevance
529 scan_base = offset = si->lowest_bit; in scan_swap_map()564 scan_base = offset = si->lowest_bit; in scan_swap_map()581 if (offset == si->lowest_bit) in scan_swap_map()582 si->lowest_bit++; in scan_swap_map()587 si->lowest_bit = si->max; in scan_swap_map()616 offset = si->lowest_bit; in scan_swap_map()800 if (offset < p->lowest_bit) in swap_entry_free()801 p->lowest_bit = offset; in swap_entry_free()2197 p->lowest_bit = 1; in read_swap_header()
217 unsigned int lowest_bit; /* index of first free in swap_map */ member