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

/linux-master/include/linux/
H A Dlru_cache.h240 unsigned e_count, size_t e_size, size_t e_off);
/linux-master/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)
115 lc->element_off = e_off;
128 e = p + e_off;
141 kmem_cache_free(cache, p - e_off);
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) argument
/linux-master/mm/
H A Dpercpu.c716 int e_off = s_off + bits; local
720 if (e_off > PCPU_BITMAP_BLOCK_BITS)
730 pcpu_block_update(block, s_off, e_off);
815 int s_off, e_off; /* block offsets of the freed allocation */ local
826 e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1;
868 PCPU_BITMAP_BLOCK_BITS - e_off);
886 PCPU_BITMAP_BLOCK_BITS, e_off);
888 if (e_off == PCPU_BITMAP_BLOCK_BITS) {
892 if (e_off > e_block->scan_hint_start)
896 if (e_off > e_bloc
969 int s_off, e_off; /* block offsets of the freed allocation */ local
[all...]

Completed in 180 milliseconds