Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dswapfile.c701 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()
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()
[all …]
/openbmc/linux/include/linux/
H A Dswap.h292 unsigned int lowest_bit; /* index of first free in swap_map */ member