Lines Matching refs:s_off
685 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local
695 s_off = pcpu_off_to_block_off(bit_off); in pcpu_block_update_hint_alloc()
707 if (s_off == s_block->first_free) in pcpu_block_update_hint_alloc()
711 s_off + bits); in pcpu_block_update_hint_alloc()
713 if (s_off >= s_block->contig_hint_start && in pcpu_block_update_hint_alloc()
714 s_off < s_block->contig_hint_start + s_block->contig_hint) { in pcpu_block_update_hint_alloc()
719 s_block->left_free = min(s_block->left_free, s_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
805 s_off = pcpu_off_to_block_off(bit_off); in pcpu_block_update_hint_free()
821 start = s_off; in pcpu_block_update_hint_free()
822 if (s_off == s_block->contig_hint + s_block->contig_hint_start) { in pcpu_block_update_hint_free()