Searched refs:io_cache_entry (Results 1 - 9 of 9) sorted by relevance

/linux-master/io_uring/
H A Dalloc_cache.h9 struct io_cache_entry { struct
14 struct io_cache_entry *entry)
30 static inline struct io_cache_entry *io_alloc_cache_get(struct io_alloc_cache *cache)
33 struct io_cache_entry *entry;
35 entry = container_of(cache->list.next, struct io_cache_entry, node);
55 void (*free)(struct io_cache_entry *))
58 struct io_cache_entry *entry = io_alloc_cache_get(cache);
H A Dpoll.h22 struct io_cache_entry cache;
49 void io_apoll_cache_free(struct io_cache_entry *entry);
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)
H A Dfutex.c32 struct io_cache_entry cache;
43 static void io_futex_cache_entry_free(struct io_cache_entry *entry)
262 struct io_cache_entry *entry;
H A Drsrc.h40 struct io_cache_entry cache;
H A Dpoll.c690 struct io_cache_entry *entry;
1060 void io_apoll_cache_free(struct io_cache_entry *entry)
H A Dnet.c136 struct io_cache_entry *entry;
1575 void io_netmsg_cache_free(struct io_cache_entry *entry)
H A Drsrc.c200 struct io_cache_entry *entry;
H A Dio_uring.c2882 static void io_rsrc_node_cache_free(struct io_cache_entry *entry)

Completed in 234 milliseconds