Lines Matching refs:lowest_bit
687 if (offset == si->lowest_bit) in swap_range_alloc()
688 si->lowest_bit += nr_entries; in swap_range_alloc()
693 si->lowest_bit = si->max; in swap_range_alloc()
719 if (offset < si->lowest_bit) in swap_range_free()
720 si->lowest_bit = offset; in swap_range_free()
765 if (si->highest_bit <= si->lowest_bit) in set_cluster_next()
767 next = si->lowest_bit + in set_cluster_next()
768 prandom_u32_max(si->highest_bit - si->lowest_bit + 1); in set_cluster_next()
770 next = max_t(unsigned int, next, si->lowest_bit); in set_cluster_next()
828 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
869 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
967 offset = si->lowest_bit; in scan_swap_map_slots()
3050 p->lowest_bit = 1; in read_swap_header()