Searched defs:e_off (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | lru_cache.c | 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 D | lru_cache.c | 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/mm/ |
H A D | percpu.c | 672 int e_off = s_off + bits; in pcpu_block_update_scan() local 772 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local 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 D | percpu.c | 716 int e_off = s_off + bits; in pcpu_block_update_scan() local 815 int s_off, e_off; /* block offsets of the freed allocation */ in pcpu_block_update_hint_alloc() local 969 int s_off, e_off; /* block offsets of the freed allocation */ pcpu_block_update_hint_free() local [all...] |
Completed in 7 milliseconds