Home
last modified time | relevance | path

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

/linux/mm/
A Dswapfile.c934 if (offset == si->lowest_bit) in swap_range_alloc()
935 si->lowest_bit += nr_entries; in swap_range_alloc()
940 si->lowest_bit = si->max; in swap_range_alloc()
974 if (offset < si->lowest_bit) in swap_range_free()
975 si->lowest_bit = offset; in swap_range_free()
1023 if (si->highest_bit <= si->lowest_bit) in set_cluster_next()
1027 next = max_t(unsigned int, next, si->lowest_bit); in set_cluster_next()
1134 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
1165 scan_base = offset = si->lowest_bit; in scan_swap_map_slots()
1249 offset = si->lowest_bit; in scan_swap_map_slots()
[all …]
/linux/include/linux/
A Dswap.h308 unsigned int lowest_bit; /* index of first free in swap_map */ member

Completed in 16 milliseconds