Lines Matching refs:e_off
685 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local
696 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1; in pcpu_block_update_hint_alloc()
722 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()
737 PCPU_BITMAP_BLOCK_BITS, e_off); in pcpu_block_update_hint_alloc()
739 if (e_off == PCPU_BITMAP_BLOCK_BITS) { in pcpu_block_update_hint_alloc()
743 if (e_off > e_block->contig_hint_start) { in pcpu_block_update_hint_alloc()
750 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()
794 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_free() local
806 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1; in pcpu_block_update_hint_free()
836 end = e_off; in pcpu_block_update_hint_free()
837 if (e_off == e_block->contig_hint_start) in pcpu_block_update_hint_free()
844 e_off = (s_index == e_index) ? end : PCPU_BITMAP_BLOCK_BITS; in pcpu_block_update_hint_free()
845 pcpu_block_update(s_block, start, e_off); in pcpu_block_update_hint_free()