Home
last modified time | relevance | path

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

12

/openbmc/linux/mm/
H A Dslab.h42 struct slab { struct
47 struct kmem_cache *slab_cache; argument
60 struct kmem_cache *slab_cache; argument
67 struct slab *next; argument
95 #error "Unexpected slab allocator configured" argument
105 static_assert(offsetof(struct page, pg) == offsetof(struct slab, sl)) argument
201 static inline int slab_nid(const struct slab *slab) in slab_nid()
221 static inline int slab_order(const struct slab *slab) in slab_order()
518 struct slab *slab; in memcg_slab_post_alloc_hook() local
538 slab_objcgs(slab)[off] = objcg; in memcg_slab_post_alloc_hook() local
[all …]
H A Dslub.c207 struct slab **slab; member
1866 struct slab *slab; in alloc_slab_page() local
1998 struct slab *slab; in allocate_slab() local
2747 struct slab *slab; in flush_slab() local
2971 struct slab *slab; in count_partial() local
3099 struct slab *slab; in ___slab_alloc() local
3333 struct slab *slab; in __slab_alloc_node() local
3408 struct slab *slab; in __slab_alloc_node() local
3836 struct slab *slab; member
4256 struct slab *slab; in early_kmem_cache_node_alloc() local
[all …]
H A Dslab.c1352 struct slab *slab; in kmem_getpages() local
1399 struct slab *slab; in kmem_rcu_free() local
2175 struct slab *slab; in drain_freelist() local
2530 struct slab *slab; in cache_grow_begin() local
2669 struct slab *slab; in cache_free_debugcheck() local
2786 struct slab *slab; in get_first_slab() local
2808 struct slab *slab; in cache_alloc_pfmemalloc() local
2864 struct slab *slab; in cache_alloc_refill() local
3057 struct slab *slab; in fallback_alloc() local
3120 struct slab *slab; in ____cache_alloc_node() local
[all …]
H A Dslab_common.c551 static void kmem_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in kmem_obj_info()
577 struct slab *slab; in kmem_dump_obj() local
1059 struct slab *slab; in kfree() local
H A Dmemory-failure.c1248 #define slab (1UL << PG_slab) macro
/openbmc/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
284 def count_free(slab): argument
/openbmc/linux/include/linux/
H A Dslab_def.h91 static inline void *nearest_obj(struct kmem_cache *cache, const struct slab *slab, in nearest_obj()
110 const struct slab *slab, void *obj) in obj_to_index()
117 const struct slab *slab) in objs_per_slab()
H A Dslub_def.h58 struct slab *slab; /* The slab from which we are allocating */ member
172 static inline void *nearest_obj(struct kmem_cache *cache, const struct slab *slab, in nearest_obj()
192 const struct slab *slab, void *obj) in obj_to_index()
200 const struct slab *slab) in objs_per_slab()
H A Dkfence.h243 static inline bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
H A Dkasan.h126 static __always_inline void kasan_poison_slab(struct slab *slab) in kasan_poison_slab()
244 static inline void kasan_poison_slab(struct slab *slab) {} in kasan_poison_slab()
/openbmc/linux/net/dccp/
H A 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()
/openbmc/linux/mm/kasan/
H A Dcommon.c125 void __kasan_poison_slab(struct slab *slab) in __kasan_poison_slab()
292 struct slab *slab = folio_slab(folio); in __kasan_slab_free_mempool() local
424 struct slab *slab; in __kasan_krealloc() local
H A Dreport.c485 struct slab *slab; in complete_report_info() local
H A Dgeneric.c477 struct slab *slab = kasan_addr_to_slab(addr); in __kasan_record_aux_stack() local
/openbmc/linux/tools/cgroup/
H A Dmemcg_slabinfo.py79 def count_free(slab): argument
/openbmc/linux/mm/kfence/
H A Dcore.c396 struct slab *slab; in kfence_guarded_alloc() local
596 struct slab *slab = page_slab(nth_page(pages, i)); in kfence_init_pool() local
648 struct slab *slab = page_slab(nth_page(pages, i)); in kfence_init_pool() local
H A Dreport.c293 bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
H A Dkfence_test.c286 struct slab *slab = virt_to_slab(alloc); in test_alloc() local
/openbmc/linux/lib/
H A Dsg_pool.c13 struct kmem_cache *slab; member
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetricblob.proto21 int32 slab = 2; field
/openbmc/linux/tools/mm/
H A 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
/openbmc/linux/include/net/
H A Drequest_sock.h30 struct kmem_cache *slab; member
/openbmc/linux/block/
H A Dbio.c41 struct kmem_cache *slab; member
78 struct kmem_cache *slab; member
/openbmc/linux/net/core/
H A Dsock.c2089 struct kmem_cache *slab; in sk_prot_alloc() local
2123 struct kmem_cache *slab; in sk_prot_free() local
/openbmc/linux/fs/erofs/
H A Dzdata.c173 struct kmem_cache *slab; member

12