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

/linux-master/mm/
H A Dswapfile.c702 if (offset == si->lowest_bit)
703 si->lowest_bit += nr_entries;
708 si->lowest_bit = si->max;
731 if (offset < si->lowest_bit)
732 si->lowest_bit = offset;
780 if (si->highest_bit <= si->lowest_bit)
782 next = get_random_u32_inclusive(si->lowest_bit, si->highest_bit);
784 next = max_t(unsigned int, next, si->lowest_bit);
858 scan_base = offset = si->lowest_bit;
899 scan_base = offset = si->lowest_bit;
[all...]
/linux-master/include/linux/
H A Dswap.h292 unsigned int lowest_bit; /* index of first free in swap_map */ member in struct:swap_info_struct
308 * swap_map, lowest_bit, highest_bit,

Completed in 101 milliseconds