Home
last modified time | relevance | path

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

/linux/mm/
A Dswapfile.c692 if (offset == si->lowest_bit) in swap_range_alloc()
693 si->lowest_bit += nr_entries; in swap_range_alloc()
698 si->lowest_bit = si->max; in swap_range_alloc()
723 if (offset < si->lowest_bit) in swap_range_free()
724 si->lowest_bit = offset; in swap_range_free()
767 if (si->highest_bit <= si->lowest_bit) in set_cluster_next()
769 next = si->lowest_bit + in set_cluster_next()
830 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
871 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
969 offset = si->lowest_bit; in scan_swap_map_slots()
[all …]
/linux/include/linux/
A Dswap.h256 unsigned int lowest_bit; /* index of first free in swap_map */ member

Completed in 14 milliseconds