Home
last modified time | relevance | path

Searched refs:io_cache_entry (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/io_uring/
H A Dalloc_cache.h9 struct io_cache_entry { struct
14 struct io_cache_entry *entry) in io_alloc_cache_put() argument
31 static inline struct io_cache_entry *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get()
34 struct io_cache_entry *entry; in io_alloc_cache_get()
36 entry = container_of(cache->list.next, struct io_cache_entry, node); in io_alloc_cache_get()
56 void (*free)(struct io_cache_entry *)) in io_alloc_cache_free() argument
59 struct io_cache_entry *entry = io_alloc_cache_get(cache); in io_alloc_cache_free()
H A Dnet.h18 struct io_cache_entry cache;
67 void io_netmsg_cache_free(struct io_cache_entry *entry);
69 static inline void io_netmsg_cache_free(struct io_cache_entry *entry) in io_netmsg_cache_free()
H A Dpoll.h22 struct io_cache_entry cache;
40 void io_apoll_cache_free(struct io_cache_entry *entry);
H A Drsrc.h42 struct io_cache_entry cache;
H A Dpoll.c674 struct io_cache_entry *entry; in io_req_alloc_apoll()
1045 void io_apoll_cache_free(struct io_cache_entry *entry) in io_apoll_cache_free()
H A Dnet.c149 struct io_cache_entry *entry; in io_msg_alloc_async()
1577 void io_netmsg_cache_free(struct io_cache_entry *entry) in io_netmsg_cache_free()
H A Drsrc.c200 struct io_cache_entry *entry; in io_rsrc_node_alloc()
H A Dio_uring.c2912 static void io_rsrc_node_cache_free(struct io_cache_entry *entry) in io_rsrc_node_cache_free()