Home
last modified time | relevance | path

Searched defs:slab (Results 1 – 16 of 16) sorted by relevance

/linux/mm/
H A Dslab.h74 struct slab { struct
77 struct kmem_cache *slab_cache; argument
95 static_assert(offsetof(struct page, pg) == offsetof(struct slab, sl)) argument
151 static inline void *slab_address(const struct slab *slab) in slab_address()
156 static inline int slab_nid(const struct slab *slab) in slab_nid()
161 static inline pg_data_t *slab_pgdat(const struct slab *slab) in slab_pgdat()
171 static inline int slab_order(const struct slab *slab) in slab_order()
176 static inline size_t slab_size(const struct slab *slab) in slab_size()
281 const struct slab *slab, void *x) in nearest_obj()
301 const struct slab *slab, const void *obj) in obj_to_index()
[all …]
H A Dslub.c608 static inline bool slab_test_pfmemalloc(const struct slab *slab) in slab_test_pfmemalloc()
613 static inline void slab_set_pfmemalloc(struct slab *slab) in slab_set_pfmemalloc()
618 static inline void __slab_clear_pfmemalloc(struct slab *slab) in __slab_clear_pfmemalloc()
626 static __always_inline void slab_lock(struct slab *slab) in slab_lock()
631 static __always_inline void slab_unlock(struct slab *slab) in slab_unlock()
637 __update_freelist_fast(struct slab *slab, struct freelist_counters *old, in __update_freelist_fast()
650 __update_freelist_slow(struct slab *slab, struct freelist_counters *old, in __update_freelist_slow()
675 static inline bool __slab_update_freelist(struct kmem_cache *s, struct slab *slab, in __slab_update_freelist()
701 static inline bool slab_update_freelist(struct kmem_cache *s, struct slab *slab, in slab_update_freelist()
791 static inline unsigned int obj_exts_size_in_slab(struct slab *slab) in obj_exts_size_in_slab()
[all …]
H A Dusercopy.c168 struct slab *slab; in check_heap_object() local
H A Dmemcontrol.c2831 struct mem_cgroup *mem_cgroup_from_obj_slab(struct slab *slab, void *p) in mem_cgroup_from_obj_slab()
2871 struct slab *slab; in mem_cgroup_from_virt() local
3431 struct slab *slab; in __memcg_slab_post_alloc_hook() local
3517 void __memcg_slab_free_hook(struct kmem_cache *s, struct slab *slab, in __memcg_slab_free_hook()
4349 int slab = atomic_xchg(&pn->slab_reclaimable, 0); in flush_nmi_stats() local
4357 int slab = atomic_xchg(&pn->slab_unreclaimable, 0); in flush_nmi_stats() local
/linux/scripts/gdb/linux/
H A Dslab.py38 def slab_folio(slab): argument
41 def slab_address(slab): argument
155 def __fill_map(obj_map, cache, slab): argument
283 def count_free(slab): argument
/linux/mm/kasan/
H A Dcommon.c155 void __kasan_poison_slab(struct slab *slab) in __kasan_poison_slab()
461 struct slab *slab; in __kasan_krealloc() local
522 struct slab *slab; in __kasan_mempool_poison_object() local
545 struct slab *slab; in __kasan_mempool_unpoison_object() local
H A Dgeneric.c541 struct slab *slab = kasan_addr_to_slab(addr); in kasan_record_aux_stack() local
/linux/net/dccp/
H A Dccid.c
/linux/mm/kfence/
H A Dcore.c426 struct slab *slab; in kfence_guarded_alloc() local
635 struct slab *slab = page_slab(page); in kfence_init_pool() local
703 struct slab *slab = page_slab(page); in kfence_init_pool() local
/linux/tools/cgroup/
H A Dmemcg_slabinfo.py79 def count_free(slab): argument
/linux/include/linux/
H A Dkfence.h246 static inline bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
/linux/lib/
H A Dsg_pool.c13 struct kmem_cache *slab; member
/linux/tools/mm/
H A Dslabinfo.c54 struct slabinfo *slab; member
1209 slab_mismatch(char * slab) slab_mismatch() argument
1218 struct slabinfo *slab = slabinfo; read_slab_dir() local
1326 struct slabinfo *slab; output_slabs() local
[all...]
/linux/block/
H A Dbio.c43 struct kmem_cache *slab; member
80 struct kmem_cache *slab; member
/linux/fs/erofs/
H A Dzdata.c123 struct kmem_cache *slab; member
/linux/include/net/
H A Dsock.h1382 struct kmem_cache *slab; member