Home
last modified time | relevance | path

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

/linux-6.8/mm/
Dslab.h52 struct slab { struct
55 struct kmem_cache *slab_cache; argument
62 struct slab *next; argument
96 static_assert(offsetof(struct page, pg) == offsetof(struct slab, sl)) argument
167 static inline bool slab_test_pfmemalloc(const struct slab *slab) in slab_test_pfmemalloc()
172 static inline void slab_set_pfmemalloc(struct slab *slab) in slab_set_pfmemalloc()
177 static inline void slab_clear_pfmemalloc(struct slab *slab) in slab_clear_pfmemalloc()
182 static inline void __slab_clear_pfmemalloc(struct slab *slab) in __slab_clear_pfmemalloc()
187 static inline void *slab_address(const struct slab *slab) in slab_address()
192 static inline int slab_nid(const struct slab *slab) in slab_nid()
[all …]
Dslub.c392 struct slab *slab; /* The slab from which we are allocating */ member
617 static __always_inline void slab_lock(struct slab *slab) in slab_lock()
625 static __always_inline void slab_unlock(struct slab *slab) in slab_unlock()
634 __update_freelist_fast(struct slab *slab, in __update_freelist_fast()
649 __update_freelist_slow(struct slab *slab, in __update_freelist_slow()
674 static inline bool __slab_update_freelist(struct kmem_cache *s, struct slab *slab, in __slab_update_freelist()
704 static inline bool slab_update_freelist(struct kmem_cache *s, struct slab *slab, in slab_update_freelist()
740 struct slab *slab) in __fill_map()
821 struct slab *slab, void *object) in check_valid_pointer()
959 static void print_slab_info(const struct slab *slab) in print_slab_info()
[all …]
Dslab_common.c526 static void kmem_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in kmem_obj_info()
552 struct slab *slab; in kmem_dump_obj() local
Dmemory-failure.c1242 #define slab (1UL << PG_slab) macro
Dmemcontrol.c3006 int memcg_alloc_slab_cgroups(struct slab *slab, struct kmem_cache *s, in memcg_alloc_slab_cgroups()
3051 struct slab *slab; in mem_cgroup_from_obj_folio() local
/linux-6.8/scripts/gdb/linux/
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-6.8/mm/kasan/
Dcommon.c145 void __kasan_poison_slab(struct slab *slab) in __kasan_poison_slab()
433 struct slab *slab; in __kasan_krealloc() local
494 struct slab *slab; in __kasan_mempool_poison_object() local
516 struct slab *slab; in __kasan_mempool_unpoison_object() local
Dreport.c498 struct slab *slab; in complete_report_info() local
Dgeneric.c536 struct slab *slab = kasan_addr_to_slab(addr); in __kasan_record_aux_stack() local
/linux-6.8/net/dccp/
Dccid.c81 struct kmem_cache *slab; in ccid_kmem_cache_create() local
93 static void ccid_kmem_cache_destroy(struct kmem_cache *slab) in ccid_kmem_cache_destroy()
/linux-6.8/mm/kfence/
Dcore.c396 struct slab *slab; in kfence_guarded_alloc() local
592 struct slab *slab = page_slab(nth_page(pages, i)); in kfence_init_pool() local
644 struct slab *slab = page_slab(nth_page(pages, i)); in kfence_init_pool() local
Dreport.c293 bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
Dkfence_test.c286 struct slab *slab = virt_to_slab(alloc); in test_alloc() local
/linux-6.8/tools/cgroup/
Dmemcg_slabinfo.py79 def count_free(slab): argument
/linux-6.8/include/linux/
Dkfence.h245 static inline bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
Dkasan.h127 static __always_inline void kasan_poison_slab(struct slab *slab) in kasan_poison_slab()
364 static inline void kasan_poison_slab(struct slab *slab) {} in kasan_poison_slab()
/linux-6.8/lib/
Dsg_pool.c13 struct kmem_cache *slab; member
/linux-6.8/tools/mm/
Dslabinfo.c54 struct slabinfo *slab; member
1206 static int slab_mismatch(char *slab) in slab_mismatch()
1215 struct slabinfo *slab = slabinfo; in read_slab_dir() local
1321 struct slabinfo *slab; in output_slabs() local
/linux-6.8/include/net/
Drequest_sock.h30 struct kmem_cache *slab; member
Dsock.h1316 struct kmem_cache *slab; member
/linux-6.8/block/
Dbio.c41 struct kmem_cache *slab; member
78 struct kmem_cache *slab; member
/linux-6.8/net/core/
Dsock.c2068 struct kmem_cache *slab; in sk_prot_alloc() local
2102 struct kmem_cache *slab; in sk_prot_free() local
/linux-6.8/fs/erofs/
Dzdata.c169 struct kmem_cache *slab; member
/linux-6.8/fs/nfsd/
Dnfs4state.c937 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab, in nfs4_alloc_stid()
4473 static inline void *alloc_stateowner(struct kmem_cache *slab, struct xdr_netobj *owner, struct nfs4… in alloc_stateowner()