Searched refs:kmem_cache (Results 1 – 25 of 34) sorted by relevance
12
| /include/linux/ |
| A D | kasan.h | 12 struct kmem_cache; 171 void * __must_check __kasan_init_slab_obj(struct kmem_cache *cache, 174 struct kmem_cache *cache, const void *object) in kasan_init_slab_obj() 181 bool __kasan_slab_pre_free(struct kmem_cache *s, void *object, 228 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free() 244 void * __must_check __kasan_slab_alloc(struct kmem_cache *s, 247 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc() 418 static inline void *kasan_init_slab_obj(struct kmem_cache *cache, in kasan_init_slab_obj() 491 void kasan_cache_shrink(struct kmem_cache *cache); 492 void kasan_cache_shutdown(struct kmem_cache *cache); [all …]
|
| A D | kfence.h | 94 void kfence_shutdown_cache(struct kmem_cache *s); 100 void *__kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags); 118 static __always_inline void *kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags) in kfence_alloc() 231 static inline void kfence_shutdown_cache(struct kmem_cache *s) { } in kfence_shutdown_cache() 232 static inline void *kfence_alloc(struct kmem_cache *s, size_t size, gfp_t flags) { return NULL; } in kfence_alloc()
|
| A D | kmsan.h | 18 struct kmem_cache; 100 void kmsan_slab_alloc(struct kmem_cache *s, void *object, gfp_t flags); 109 void kmsan_slab_free(struct kmem_cache *s, void *object); 331 static inline void kmsan_slab_alloc(struct kmem_cache *s, void *object, in kmsan_slab_alloc() 336 static inline void kmsan_slab_free(struct kmem_cache *s, void *object) in kmsan_slab_free()
|
| A D | slab.h | 340 struct kmem_cache *__kmem_cache_create_args(const char *name, 344 static inline struct kmem_cache * 374 static inline struct kmem_cache * 391 static inline struct kmem_cache * 436 void kmem_cache_destroy(struct kmem_cache *s); 437 int kmem_cache_shrink(struct kmem_cache *s); 624 typedef struct kmem_cache * kmem_buckets[KMALLOC_SHIFT_HIGH + 1]; 737 void *kmem_cache_alloc_noprof(struct kmem_cache *cachep, 774 void kmem_cache_free(struct kmem_cache *s, void *objp); 797 void *kmem_cache_alloc_node_noprof(struct kmem_cache *s, gfp_t flags, [all …]
|
| A D | fault-inject.h | 9 struct kmem_cache; 126 int should_failslab(struct kmem_cache *s, gfp_t gfpflags); 128 static inline int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab()
|
| A D | kvm_types.h | 90 struct kmem_cache *kmem_cache; member
|
| A D | taskstats_kern.h | 16 extern struct kmem_cache *taskstats_cache;
|
| A D | mhi_ep.h | 154 struct kmem_cache *ring_item_cache; 155 struct kmem_cache *ev_ring_el_cache; 156 struct kmem_cache *tre_buf_cache;
|
| A D | lru_cache.h | 172 struct kmem_cache *lc_cache; 238 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
|
| A D | fs_struct.h | 17 extern struct kmem_cache *fs_cachep;
|
| A D | iocontext.h | 85 struct kmem_cache *__rcu_icq_cache;
|
| A D | fdtable.h | 116 extern struct kmem_cache *files_cachep;
|
| A D | pid_namespace.h | 31 struct kmem_cache *pid_cachep;
|
| A D | mempool.h | 13 struct kmem_cache;
|
| A D | delayacct.h | 82 extern struct kmem_cache *delayacct_cache;
|
| /include/net/ |
| A D | hotdata.h | 26 struct kmem_cache *skbuff_cache; 27 struct kmem_cache *skbuff_fclone_cache; 28 struct kmem_cache *skb_small_head_cache;
|
| A D | timewait_sock.h | 15 struct kmem_cache *twsk_slab;
|
| A D | inet_hashtables.h | 160 struct kmem_cache *bind_bucket_cachep; 163 struct kmem_cache *bind2_bucket_cachep; 216 inet_bind_bucket_create(struct kmem_cache *cachep, struct net *net, 226 inet_bind2_bucket_create(struct kmem_cache *cachep, struct net *net, 231 void inet_bind2_bucket_destroy(struct kmem_cache *cachep,
|
| A D | dst_ops.h | 41 struct kmem_cache *kmem_cachep;
|
| A D | inet_frag.h | 114 struct kmem_cache *frags_cachep;
|
| A D | request_sock.h | 31 struct kmem_cache *slab;
|
| /include/linux/ceph/ |
| A D | libceph.h | 275 extern struct kmem_cache *ceph_inode_cachep; 276 extern struct kmem_cache *ceph_cap_cachep; 277 extern struct kmem_cache *ceph_cap_snap_cachep; 278 extern struct kmem_cache *ceph_cap_flush_cachep; 279 extern struct kmem_cache *ceph_dentry_cachep; 280 extern struct kmem_cache *ceph_file_cachep; 281 extern struct kmem_cache *ceph_dir_file_cachep; 282 extern struct kmem_cache *ceph_mds_request_cachep;
|
| /include/acpi/platform/ |
| A D | aclinux.h | 112 #define acpi_cache_t struct kmem_cache
|
| /include/trace/events/ |
| A D | kmem.h | 16 struct kmem_cache *s, 116 TP_PROTO(unsigned long call_site, const void *ptr, const struct kmem_cache *s),
|
| /include/net/9p/ |
| A D | 9p.h | 557 struct kmem_cache *cache;
|
Completed in 38 milliseconds
12