Home
last modified time | relevance | path

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

/linux/mm/
A Dpercpu.c720 int e_off = s_off + bits; in pcpu_block_update_scan() local
724 if (e_off > PCPU_BITMAP_BLOCK_BITS) in pcpu_block_update_scan()
734 pcpu_block_update(block, s_off, e_off); in pcpu_block_update_scan()
871 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()
889 PCPU_BITMAP_BLOCK_BITS, e_off); in pcpu_block_update_hint_alloc()
891 if (e_off == PCPU_BITMAP_BLOCK_BITS) { in pcpu_block_update_hint_alloc()
895 if (e_off > e_block->scan_hint_start) in pcpu_block_update_hint_alloc()
905 PCPU_BITMAP_BLOCK_BITS - e_off); in pcpu_block_update_hint_alloc()
1008 end = e_off; in pcpu_block_update_hint_free()
1009 if (e_off == e_block->contig_hint_start) in pcpu_block_update_hint_free()
[all …]
/linux/lib/
A Dlru_cache.c90 unsigned e_count, size_t e_size, size_t e_off) in lc_create() argument
126 lc->element_off = e_off; in lc_create()
139 e = p + e_off; in lc_create()
152 kmem_cache_free(cache, p - e_off); in lc_create()
/linux/include/linux/
A Dlru_cache.h241 unsigned e_count, size_t e_size, size_t e_off);

Completed in 15 milliseconds