Searched refs:e_off (Results 1 – 3 of 3) sorted by relevance
685 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local696 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() local806 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()[all …]
101 unsigned e_count, size_t e_size, size_t e_off) in lc_create() argument137 lc->element_off = e_off; in lc_create()150 e = p + e_off; in lc_create()163 kmem_cache_free(cache, p - e_off); in lc_create()
253 unsigned e_count, size_t e_size, size_t e_off);