Lines Matching refs:e_off
672 int e_off = s_off + bits;
676 if (e_off > PCPU_BITMAP_BLOCK_BITS)
686 pcpu_block_update(block, s_off, e_off);
772 int s_off, e_off; /* block offsets of the freed allocation */
783 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1;
823 PCPU_BITMAP_BLOCK_BITS - e_off);
841 PCPU_BITMAP_BLOCK_BITS, e_off);
843 if (e_off == PCPU_BITMAP_BLOCK_BITS) {
847 if (e_off > e_block->scan_hint_start)
851 if (e_off > e_block->contig_hint_start) {
857 PCPU_BITMAP_BLOCK_BITS - e_off);
918 int s_off, e_off; /* block offsets of the freed allocation */
930 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1;
960 end = e_off;
961 if (e_off == e_block->contig_hint_start)
968 e_off = (s_index == e_index) ? end : PCPU_BITMAP_BLOCK_BITS;
969 if (!start && e_off == PCPU_BITMAP_BLOCK_BITS)
971 pcpu_block_update(s_block, start, e_off);