Lines Matching refs:lowest_bit
698 if (offset == si->lowest_bit) in swap_range_alloc()
699 si->lowest_bit += nr_entries; in swap_range_alloc()
704 si->lowest_bit = si->max; in swap_range_alloc()
729 if (offset < si->lowest_bit) in swap_range_free()
730 si->lowest_bit = offset; in swap_range_free()
773 if (si->highest_bit <= si->lowest_bit) in set_cluster_next()
775 next = si->lowest_bit + in set_cluster_next()
776 prandom_u32_max(si->highest_bit - si->lowest_bit + 1); in set_cluster_next()
778 next = max_t(unsigned int, next, si->lowest_bit); in set_cluster_next()
852 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
893 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
984 offset = si->lowest_bit; in scan_swap_map_slots()
2850 p->lowest_bit = 1; in read_swap_header()