Lines Matching refs:e_off
716 int e_off = s_off + bits; in pcpu_block_update_scan() local
720 if (e_off > PCPU_BITMAP_BLOCK_BITS) in pcpu_block_update_scan()
730 pcpu_block_update(block, s_off, e_off); in pcpu_block_update_scan()
815 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local
826 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1; in pcpu_block_update_hint_alloc()
868 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()
886 PCPU_BITMAP_BLOCK_BITS, e_off); in pcpu_block_update_hint_alloc()
888 if (e_off == PCPU_BITMAP_BLOCK_BITS) { in pcpu_block_update_hint_alloc()
892 if (e_off > e_block->scan_hint_start) in pcpu_block_update_hint_alloc()
896 if (e_off > e_block->contig_hint_start) { in pcpu_block_update_hint_alloc()
902 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()
969 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_free() local
981 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1; in pcpu_block_update_hint_free()
1011 end = e_off; in pcpu_block_update_hint_free()
1012 if (e_off == e_block->contig_hint_start) in pcpu_block_update_hint_free()
1019 e_off = (s_index == e_index) ? end : PCPU_BITMAP_BLOCK_BITS; in pcpu_block_update_hint_free()
1020 if (!start && e_off == PCPU_BITMAP_BLOCK_BITS) in pcpu_block_update_hint_free()
1022 pcpu_block_update(s_block, start, e_off); in pcpu_block_update_hint_free()