Lines Matching defs:aio_queue
26 * For each fd with outstanding aio operations, an aio_queue structure
28 * aio worker thread to exit. Accessing any member of the aio_queue
29 * structure requires a lock on the aio_queue. Adding and removing aio
55 struct aio_queue *q;
61 struct aio_queue {
70 struct aio_queue *q;
76 static struct aio_queue *****map;
84 static struct aio_queue *__aio_get_queue(int fd, int need)
94 struct aio_queue *q = 0;
132 static void __aio_unref_queue(struct aio_queue *q)
165 struct aio_queue *q = at->q;
226 struct aio_queue *q = args->q;
291 struct aio_queue *q = __aio_get_queue(cb->aio_fildes, 1);
373 struct aio_queue *q;