Lines Matching refs:s_off
671 int s_off = pcpu_off_to_block_off(bit_off);
672 int e_off = s_off + bits;
683 l_bit = find_last_bit(pcpu_index_alloc_map(chunk, s_index), s_off);
684 s_off = (s_off == l_bit) ? 0 : l_bit + 1;
686 pcpu_block_update(block, s_off, e_off);
772 int s_off, e_off; /* block offsets of the freed allocation */
782 s_off = pcpu_off_to_block_off(bit_off);
797 if (s_off == s_block->first_free)
801 s_off + bits);
805 s_off,
806 s_off + bits))
812 s_off,
813 s_off + bits)) {
815 if (!s_off)
820 s_block->left_free = min(s_block->left_free, s_off);
918 int s_off, e_off; /* block offsets of the freed allocation */
929 s_off = pcpu_off_to_block_off(bit_off);
945 start = s_off;
946 if (s_off == s_block->contig_hint + s_block->contig_hint_start) {