Searched refs:lowest_bit (Results 1 – 2 of 2) sorted by relevance
701 if (offset == si->lowest_bit) in swap_range_alloc()702 si->lowest_bit += nr_entries; in swap_range_alloc()707 si->lowest_bit = si->max; in swap_range_alloc()730 if (offset < si->lowest_bit) in swap_range_free()731 si->lowest_bit = offset; in swap_range_free()774 if (si->highest_bit <= si->lowest_bit) in set_cluster_next()776 next = get_random_u32_inclusive(si->lowest_bit, si->highest_bit); 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()[all …]
292 unsigned int lowest_bit; /* index of first free in swap_map */ member