Searched refs:lowest_bit (Results 1 – 2 of 2) sorted by relevance
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()[all …]
285 unsigned int lowest_bit; /* index of first free in swap_map */ member