| /linux/mm/ |
| H A D | slab.h | 116 struct slab { struct 119 struct kmem_cache *slab_cache; argument 137 static_assert(offsetof(struct page, pg) == offsetof(struct slab, sl)) argument 193 static inline void *slab_address(const struct slab *slab) in slab_address() 198 static inline int slab_nid(const struct slab *slab) in slab_nid() 203 static inline pg_data_t *slab_pgdat(const struct slab *slab) in slab_pgdat() 213 static inline int slab_order(const struct slab *slab) in slab_order() 218 static inline size_t slab_size(const struct slab *slab) in slab_size() 323 const struct slab *slab, void *x) in nearest_obj() 343 const struct slab *slab, const void *obj) in obj_to_index() [all …]
|
| H A D | slub.c | 635 static inline bool slab_test_pfmemalloc(const struct slab *slab) in slab_test_pfmemalloc() 640 static inline void slab_set_pfmemalloc(struct slab *slab) in slab_set_pfmemalloc() 645 static inline void __slab_clear_pfmemalloc(struct slab *slab) in __slab_clear_pfmemalloc() 653 static __always_inline void slab_lock(struct slab *slab) in slab_lock() 658 static __always_inline void slab_unlock(struct slab *slab) in slab_unlock() 664 __update_freelist_fast(struct slab *slab, struct freelist_counters *old, in __update_freelist_fast() 677 __update_freelist_slow(struct slab *slab, struct freelist_counters *old, in __update_freelist_slow() 702 static inline bool __slab_update_freelist(struct kmem_cache *s, struct slab *slab, in __slab_update_freelist() 728 static inline bool slab_update_freelist(struct kmem_cache *s, struct slab *slab, in slab_update_freelist() 818 static inline unsigned int obj_exts_size_in_slab(struct slab *slab) in obj_exts_size_in_slab() [all …]
|
| H A D | slab_common.c | 623 static void kmem_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in kmem_obj_info() 649 struct slab *slab; in kmem_dump_obj() local 1281 struct slab *slab; in bpf_get_kmem_cache() local 1301 struct slab *slab; in kfree_call_rcu_nolock() local 1669 struct slab *slab; in kfree_rcu_sheaf() local
|
| H A D | usercopy.c | 168 struct slab *slab; in check_heap_object() local
|
| /linux/scripts/gdb/linux/ |
| H A 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/mm/kasan/ |
| H A D | common.c | 155 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 D | generic.c | 541 struct slab *slab = kasan_addr_to_slab(addr); in kasan_record_aux_stack() local
|
| /linux/net/dccp/ |
| H A D | ccid.c | |
| /linux/tools/cgroup/ |
| H A D | memcg_slabinfo.py | 79 def count_free(slab): argument
|
| /linux/include/linux/ |
| H A D | kfence.h | 246 static inline bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
|
| /linux/lib/ |
| H A D | sg_pool.c | 13 struct kmem_cache *slab; member
|
| /linux/tools/mm/ |
| H A D | slabinfo.c | 54 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/tools/testing/selftests/cgroup/ |
| H A D | test_kmem.c | 356 long current, percpu, slab; in test_percpu_basic() local
|
| /linux/mm/kfence/ |
| H A D | kfence_test.c | 287 struct slab *slab = virt_to_slab(alloc); in test_alloc() local
|
| H A D | core.c | 431 struct slab *slab; in kfence_guarded_alloc() local
|
| /linux/block/ |
| H A D | bio.c | 43 struct kmem_cache *slab; member 80 struct kmem_cache *slab; member
|
| /linux/drivers/md/dm-vdo/ |
| H A D | vdo.c | 1834 struct vdo_slab *slab; in vdo_get_physical_zone() local
|
| /linux/net/core/ |
| H A D | sock.c | 2241 struct kmem_cache *slab; in sk_prot_alloc() local 2275 struct kmem_cache *slab; in sk_prot_free() local
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 1782 u8 __arena *slab; in BPF_STRUCT_OPS_SLEEPABLE() local
|
| /linux/fs/erofs/ |
| H A D | zdata.c | 123 struct kmem_cache *slab; member
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 948 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab, in nfs4_alloc_stid() 5610 static inline void *alloc_stateowner(struct kmem_cache *slab, struct xdr_netobj *owner, struct nfs4… in alloc_stateowner()
|