Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dalloc_cache.h9 struct io_cache_entry { struct
14 struct io_cache_entry *entry) in io_alloc_cache_put() argument
24 static inline struct io_cache_entry *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get()
30 return container_of(node, struct io_cache_entry, node); in io_alloc_cache_get()
43 void (*free)(struct io_cache_entry *)) in io_alloc_cache_free() argument
49 free(container_of(node, struct io_cache_entry, node)); in io_alloc_cache_free()
Dnet.h18 struct io_cache_entry cache;
64 void io_netmsg_cache_free(struct io_cache_entry *entry);
66 static inline void io_netmsg_cache_free(struct io_cache_entry *entry) in io_netmsg_cache_free()
Dpoll.h21 struct io_cache_entry cache;
39 void io_apoll_cache_free(struct io_cache_entry *entry);
Dpoll.c645 struct io_cache_entry *entry; in io_req_alloc_apoll()
1014 void io_apoll_cache_free(struct io_cache_entry *entry) in io_apoll_cache_free()
Dnet.c125 struct io_cache_entry *entry; in io_msg_alloc_async()
1449 void io_netmsg_cache_free(struct io_cache_entry *entry) in io_netmsg_cache_free()