Home
last modified time | relevance | path

Searched refs:e_off (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dpercpu.c672 int e_off = s_off + bits; in pcpu_block_update_scan() local
676 if (e_off > PCPU_BITMAP_BLOCK_BITS) in pcpu_block_update_scan()
686 pcpu_block_update(block, s_off, e_off); in pcpu_block_update_scan()
772 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local
783 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1; in pcpu_block_update_hint_alloc()
823 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()
841 PCPU_BITMAP_BLOCK_BITS, e_off); in pcpu_block_update_hint_alloc()
843 if (e_off == PCPU_BITMAP_BLOCK_BITS) { in pcpu_block_update_hint_alloc()
847 if (e_off > e_block->scan_hint_start) in pcpu_block_update_hint_alloc()
851 if (e_off > e_bloc in pcpu_block_update_hint_alloc()
918 int s_off, e_off; /* block offsets of the freed allocation */ pcpu_block_update_hint_free() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dpercpu.c716 int e_off = s_off + bits; in pcpu_block_update_scan() local
720 if (e_off > PCPU_BITMAP_BLOCK_BITS) in pcpu_block_update_scan()
730 pcpu_block_update(block, s_off, e_off); in pcpu_block_update_scan()
815 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local
826 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1; in pcpu_block_update_hint_alloc()
868 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()
886 PCPU_BITMAP_BLOCK_BITS, e_off); in pcpu_block_update_hint_alloc()
888 if (e_off == PCPU_BITMAP_BLOCK_BITS) { in pcpu_block_update_hint_alloc()
892 if (e_off > e_block->scan_hint_start) in pcpu_block_update_hint_alloc()
896 if (e_off > e_bloc in pcpu_block_update_hint_alloc()
969 int s_off, e_off; /* block offsets of the freed allocation */ pcpu_block_update_hint_free() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dlru_cache.c82 * @e_off: offset to the &struct lc_element member in a tracked object
89 unsigned e_count, size_t e_size, size_t e_off) in lc_create()
125 lc->element_off = e_off; in lc_create()
138 e = p + e_off; in lc_create()
151 kmem_cache_free(cache, p - e_off); in lc_create()
87 lc_create(const char *name, struct kmem_cache *cache, unsigned max_pending_changes, unsigned e_count, size_t e_size, size_t e_off) lc_create() argument
/kernel/linux/linux-6.6/lib/
H A Dlru_cache.c72 * @e_off: offset to the &struct lc_element member in a tracked object
79 unsigned e_count, size_t e_size, size_t e_off) in lc_create()
115 lc->element_off = e_off; in lc_create()
128 e = p + e_off; in lc_create()
141 kmem_cache_free(cache, p - e_off); in lc_create()
77 lc_create(const char *name, struct kmem_cache *cache, unsigned max_pending_changes, unsigned e_count, size_t e_size, size_t e_off) lc_create() argument
/kernel/linux/linux-5.10/include/linux/
H A Dlru_cache.h241 unsigned e_count, size_t e_size, size_t e_off);
/kernel/linux/linux-6.6/include/linux/
H A Dlru_cache.h240 unsigned e_count, size_t e_size, size_t e_off);

Completed in 9 milliseconds