Searched refs:lowest_bit (Results 1 – 4 of 4) sorted by relevance
59 offset = si->lowest_bit; in scan_swap_map()76 for (offset = si->lowest_bit; offset <= si->highest_bit ; offset++) { in scan_swap_map()79 si->lowest_bit = offset+1; in scan_swap_map()81 if (offset == si->lowest_bit) in scan_swap_map()82 si->lowest_bit++; in scan_swap_map()85 if (si->lowest_bit > si->highest_bit) { in scan_swap_map()86 si->lowest_bit = si->max; in scan_swap_map()94 si->lowest_bit = si->max; in scan_swap_map()200 if (offset < p->lowest_bit) in swap_entry_free()201 p->lowest_bit = offset; in swap_entry_free()[all …]
561 p->lowest_bit = 0; in swap_init()575 if (!p->lowest_bit) p->lowest_bit = i; in swap_init()787 if (stram_swap_info->lowest_bit == i) in unswap_by_read()788 stram_swap_info->lowest_bit++; in unswap_by_read()863 if (offset < stram_swap_info->lowest_bit) in free_stram_region()864 stram_swap_info->lowest_bit = offset; in free_stram_region()
71 unsigned int lowest_bit; member
89 array, and the "highest_bit" and "lowest_bit" fields.