Searched refs:io_alloc_cache (Results 1 – 4 of 4) sorted by relevance
/linux-6.15/io_uring/ |
D | alloc_cache.h | 11 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_put() 31 static inline void *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get() 52 static inline void *io_cache_alloc(struct io_alloc_cache *cache, gfp_t gfp) in io_cache_alloc() 62 static inline void io_cache_free(struct io_alloc_cache *cache, void *obj) in io_cache_free()
|
D | alloc_cache.c | 5 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()
|
D | io_uring.h | 244 static inline void *io_uring_alloc_async_data(struct io_alloc_cache *cache, in io_uring_alloc_async_data()
|
/linux-6.15/include/linux/ |
D | io_uring_types.h | 231 struct io_alloc_cache { struct 305 struct io_alloc_cache node_cache; 306 struct io_alloc_cache imu_cache; 318 struct io_alloc_cache apoll_cache; 319 struct io_alloc_cache netmsg_cache; 320 struct io_alloc_cache rw_cache; 321 struct io_alloc_cache cmd_cache; 381 struct io_alloc_cache futex_cache; 422 struct io_alloc_cache msg_cache;
|