Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
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()
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()
Dpoll.h22 struct io_cache_entry cache;
40 void io_apoll_cache_free(struct io_cache_entry *entry);
Drsrc.h42 struct io_cache_entry cache;
Dpoll.c667 struct io_cache_entry *entry; in io_req_alloc_apoll()
1038 void io_apoll_cache_free(struct io_cache_entry *entry) in io_apoll_cache_free()
Dnet.c141 struct io_cache_entry *entry; in io_msg_alloc_async()
1518 void io_netmsg_cache_free(struct io_cache_entry *entry) in io_netmsg_cache_free()
Drsrc.c201 struct io_cache_entry *entry; in io_rsrc_node_alloc()
Dio_uring.c2894 static void io_rsrc_node_cache_free(struct io_cache_entry *entry) in io_rsrc_node_cache_free()