Home
last modified time | relevance | path

Searched refs:lowest_bit (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/mm/
A Dswapfile.c698 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()
777 next = max_t(unsigned int, next, si->lowest_bit); in set_cluster_next()
851 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
892 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
983 offset = si->lowest_bit; in scan_swap_map_slots()
[all …]
/linux-6.3-rc2/include/linux/
A Dswap.h277 unsigned int lowest_bit; /* index of first free in swap_map */ member

Completed in 12 milliseconds