e_off 241 include/linux/lru_cache.h unsigned e_count, size_t e_size, size_t e_off); e_off 89 lib/lru_cache.c unsigned e_count, size_t e_size, size_t e_off) e_off 125 lib/lru_cache.c lc->element_off = e_off; e_off 138 lib/lru_cache.c e = p + e_off; e_off 151 lib/lru_cache.c kmem_cache_free(cache, p - e_off); e_off 689 mm/percpu.c int e_off = s_off + bits; e_off 693 mm/percpu.c if (e_off > PCPU_BITMAP_BLOCK_BITS) e_off 703 mm/percpu.c pcpu_block_update(block, s_off, e_off); e_off 791 mm/percpu.c int s_off, e_off; /* block offsets of the freed allocation */ e_off 802 mm/percpu.c e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1; e_off 842 mm/percpu.c PCPU_BITMAP_BLOCK_BITS - e_off); e_off 860 mm/percpu.c PCPU_BITMAP_BLOCK_BITS, e_off); e_off 862 mm/percpu.c if (e_off == PCPU_BITMAP_BLOCK_BITS) { e_off 866 mm/percpu.c if (e_off > e_block->scan_hint_start) e_off 870 mm/percpu.c if (e_off > e_block->contig_hint_start) { e_off 876 mm/percpu.c PCPU_BITMAP_BLOCK_BITS - e_off); e_off 937 mm/percpu.c int s_off, e_off; /* block offsets of the freed allocation */ e_off 949 mm/percpu.c e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1; e_off 979 mm/percpu.c end = e_off; e_off 980 mm/percpu.c if (e_off == e_block->contig_hint_start) e_off 987 mm/percpu.c e_off = (s_index == e_index) ? end : PCPU_BITMAP_BLOCK_BITS; e_off 988 mm/percpu.c if (!start && e_off == PCPU_BITMAP_BLOCK_BITS) e_off 990 mm/percpu.c pcpu_block_update(s_block, start, e_off);