/linux-6.8/mm/ |
D | slab.h | 52 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 …]
|
D | slub.c | 392 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 …]
|
D | slab_common.c | 526 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
|
D | memory-failure.c | 1242 #define slab (1UL << PG_slab) macro
|
D | memcontrol.c | 3006 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/ |
D | slab.py | 38 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/ |
D | common.c | 145 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
|
D | report.c | 498 struct slab *slab; in complete_report_info() local
|
D | generic.c | 536 struct slab *slab = kasan_addr_to_slab(addr); in __kasan_record_aux_stack() local
|
/linux-6.8/net/dccp/ |
D | ccid.c | 81 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/ |
D | core.c | 396 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
|
D | report.c | 293 bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
|
D | kfence_test.c | 286 struct slab *slab = virt_to_slab(alloc); in test_alloc() local
|
/linux-6.8/tools/cgroup/ |
D | memcg_slabinfo.py | 79 def count_free(slab): argument
|
/linux-6.8/include/linux/ |
D | kfence.h | 245 static inline bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
|
D | kasan.h | 127 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/ |
D | sg_pool.c | 13 struct kmem_cache *slab; member
|
/linux-6.8/tools/mm/ |
D | slabinfo.c | 54 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/ |
D | request_sock.h | 30 struct kmem_cache *slab; member
|
D | sock.h | 1316 struct kmem_cache *slab; member
|
/linux-6.8/block/ |
D | bio.c | 41 struct kmem_cache *slab; member 78 struct kmem_cache *slab; member
|
/linux-6.8/net/core/ |
D | sock.c | 2068 struct kmem_cache *slab; in sk_prot_alloc() local 2102 struct kmem_cache *slab; in sk_prot_free() local
|
/linux-6.8/fs/erofs/ |
D | zdata.c | 169 struct kmem_cache *slab; member
|
/linux-6.8/fs/nfsd/ |
D | nfs4state.c | 937 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()
|