Home
last modified time | relevance | path

Searched refs:kmem_cache (Results 1 – 25 of 34) sorted by relevance

12

/include/linux/
A Dkasan.h12 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 Dkfence.h94 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 Dkmsan.h18 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 Dslab.h340 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 Dfault-inject.h9 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 Dkvm_types.h90 struct kmem_cache *kmem_cache; member
A Dtaskstats_kern.h16 extern struct kmem_cache *taskstats_cache;
A Dmhi_ep.h154 struct kmem_cache *ring_item_cache;
155 struct kmem_cache *ev_ring_el_cache;
156 struct kmem_cache *tre_buf_cache;
A Dlru_cache.h172 struct kmem_cache *lc_cache;
238 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
A Dfs_struct.h17 extern struct kmem_cache *fs_cachep;
A Diocontext.h85 struct kmem_cache *__rcu_icq_cache;
A Dfdtable.h116 extern struct kmem_cache *files_cachep;
A Dpid_namespace.h31 struct kmem_cache *pid_cachep;
A Dmempool.h13 struct kmem_cache;
A Ddelayacct.h82 extern struct kmem_cache *delayacct_cache;
/include/net/
A Dhotdata.h26 struct kmem_cache *skbuff_cache;
27 struct kmem_cache *skbuff_fclone_cache;
28 struct kmem_cache *skb_small_head_cache;
A Dtimewait_sock.h15 struct kmem_cache *twsk_slab;
A Dinet_hashtables.h160 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 Ddst_ops.h41 struct kmem_cache *kmem_cachep;
A Dinet_frag.h114 struct kmem_cache *frags_cachep;
A Drequest_sock.h31 struct kmem_cache *slab;
/include/linux/ceph/
A Dlibceph.h275 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 Daclinux.h112 #define acpi_cache_t struct kmem_cache
/include/trace/events/
A Dkmem.h16 struct kmem_cache *s,
116 TP_PROTO(unsigned long call_site, const void *ptr, const struct kmem_cache *s),
/include/net/9p/
A D9p.h557 struct kmem_cache *cache;

Completed in 38 milliseconds

12