Searched refs:highest_bit (Results 1 – 3 of 3) sorted by relevance
238 for (; last_in_cluster <= si->highest_bit; offset++) { in scan_swap_map()285 if (!si->highest_bit) in scan_swap_map()287 if (offset > si->highest_bit) in scan_swap_map()307 if (offset == si->highest_bit) in scan_swap_map()308 si->highest_bit--; in scan_swap_map()312 si->highest_bit = 0; in scan_swap_map()375 while (++offset <= si->highest_bit) { in scan_swap_map()432 if (!si->highest_bit) in get_swap_page()552 if (offset > p->highest_bit) in swap_entry_free()553 p->highest_bit = offset; in swap_entry_free()[all …]
185 unsigned int highest_bit; /* index of last free in swap_map */ member
95 "highest_bit" and "lowest_bit" fields.