Home
last modified time | relevance | path

Searched refs:e_off (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/mm/
Dpercpu.c685 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local
696 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() local
806 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 …]
/Linux-v4.19/lib/
Dlru_cache.c101 unsigned e_count, size_t e_size, size_t e_off) in lc_create() argument
137 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()
/Linux-v4.19/include/linux/
Dlru_cache.h253 unsigned e_count, size_t e_size, size_t e_off);