Searched refs:e_off (Results 1 – 1 of 1) sorted by relevance
689 int e_off = s_off + bits; in pcpu_block_update_scan() local693 if (e_off > PCPU_BITMAP_BLOCK_BITS) in pcpu_block_update_scan()703 pcpu_block_update(block, s_off, e_off); in pcpu_block_update_scan()791 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local802 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1; in pcpu_block_update_hint_alloc()842 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()860 PCPU_BITMAP_BLOCK_BITS, e_off); in pcpu_block_update_hint_alloc()862 if (e_off == PCPU_BITMAP_BLOCK_BITS) { in pcpu_block_update_hint_alloc()866 if (e_off > e_block->scan_hint_start) in pcpu_block_update_hint_alloc()870 if (e_off > e_block->contig_hint_start) { in pcpu_block_update_hint_alloc()[all …]