Searched refs:highest_bit (Results 1 – 4 of 4) sorted by relevance
48 while (si->cluster_next <= si->highest_bit) { in scan_swap_map()61 if (offset+SWAPFILE_CLUSTER-1 <= si->highest_bit) in scan_swap_map()76 for (offset = si->lowest_bit; offset <= si->highest_bit ; offset++) { in scan_swap_map()83 if (offset == si->highest_bit) in scan_swap_map()84 si->highest_bit--; in scan_swap_map()85 if (si->lowest_bit > si->highest_bit) { in scan_swap_map()87 si->highest_bit = 0; in scan_swap_map()95 si->highest_bit = 0; in scan_swap_map()202 if (offset > p->highest_bit) in swap_entry_free()203 p->highest_bit = offset; in swap_entry_free()[all …]
562 p->highest_bit = 0; in swap_init()576 p->highest_bit = i; in swap_init()789 if (stram_swap_info->highest_bit == i) in unswap_by_read()790 stram_swap_info->highest_bit--; in unswap_by_read()865 if (offset+n_pages-1 > stram_swap_info->highest_bit) in free_stram_region()866 stram_swap_info->highest_bit = offset+n_pages-1; in free_stram_region()
72 unsigned int highest_bit; member
89 array, and the "highest_bit" and "lowest_bit" fields.