Home
last modified time | relevance | path

Searched refs:highest_bit (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/mm/
A Dswapfile.c700 if (end == si->highest_bit) in swap_range_alloc()
701 WRITE_ONCE(si->highest_bit, si->highest_bit - nr_entries); in swap_range_alloc()
705 si->highest_bit = 0; in swap_range_alloc()
731 if (end > si->highest_bit) { in swap_range_free()
732 bool was_full = !si->highest_bit; in swap_range_free()
734 WRITE_ONCE(si->highest_bit, end); in swap_range_free()
889 if (!si->highest_bit) in scan_swap_map_slots()
891 if (offset > si->highest_bit) in scan_swap_map_slots()
959 scan_limit = si->highest_bit; in scan_swap_map_slots()
1082 WARN(!si->highest_bit, in get_swap_pages()
[all …]
A Dpage_io.c169 sis->highest_bit = page_no - 1; in generic_swapfile_activate()
/linux-6.3-rc2/fs/iomap/
A Dswapfile.c192 sis->highest_bit = isi.nr_pages - 1; in iomap_swapfile_activate()
/linux-6.3-rc2/include/linux/
A Dswap.h278 unsigned int highest_bit; /* index of last free in swap_map */ member
/linux-6.3-rc2/fs/f2fs/
A Ddata.c4006 sis->highest_bit = cur_lblock - 1; in check_swap_activate()
/linux-6.3-rc2/fs/btrfs/
A Dinode.c10817 sis->highest_bit = bsi.nr_pages - 1; in btrfs_swap_activate()

Completed in 37 milliseconds