Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dlru_cache.c79 unsigned e_count, size_t e_size, size_t e_off) in lc_create() argument
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()
/linux-6.3-rc2/mm/
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()
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()
902 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()
1011 end = e_off; in pcpu_block_update_hint_free()
1012 if (e_off == e_block->contig_hint_start) in pcpu_block_update_hint_free()
[all …]
/linux-6.3-rc2/include/linux/
A Dlru_cache.h240 unsigned e_count, size_t e_size, size_t e_off);

Completed in 10 milliseconds