Home
last modified time | relevance | path

Searched refs:io_alloc_cache (Results 1 – 3 of 3) sorted by relevance

/linux/io_uring/
H A Dalloc_cache.h11 void io_alloc_cache_free(struct io_alloc_cache *cache,
13 bool io_alloc_cache_init(struct io_alloc_cache *cache,
17 void *io_cache_alloc_new(struct io_alloc_cache *cache, gfp_t gfp);
19 static inline bool io_alloc_cache_put(struct io_alloc_cache *cache, in io_alloc_cache_kasan()
31 static inline void *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_put()
52 static inline void *io_cache_alloc(struct io_alloc_cache *cache, gfp_t gfp) in io_alloc_cache_get()
62 static inline void io_cache_free(struct io_alloc_cache *cache, void *obj) in io_cache_alloc()
H A Dalloc_cache.c5 void io_alloc_cache_free(struct io_alloc_cache *cache, in io_alloc_cache_free()
21 bool io_alloc_cache_init(struct io_alloc_cache *cache, in io_alloc_cache_init()
36 void *io_cache_alloc_new(struct io_alloc_cache *cache, gfp_t gfp) in io_cache_alloc_new()
/linux/include/linux/
H A Dio_uring_types.h249 struct io_alloc_cache { struct
323 struct io_alloc_cache node_cache;
324 struct io_alloc_cache imu_cache;
336 struct io_alloc_cache apoll_cache;
337 struct io_alloc_cache netmsg_cache;
338 struct io_alloc_cache rw_cache;
339 struct io_alloc_cache cmd_cache;
398 struct io_alloc_cache futex_cache;