Searched refs:apoll (Results 1 - 4 of 4) sorted by relevance

/linux-master/io_uring/
H A Dpoll.c110 return req->apoll->double_poll;
117 return &req->apoll->poll;
197 * into the poll/apoll/double cachelines if we can.
673 struct async_poll *apoll = pt->req->apoll; local
675 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll);
691 struct async_poll *apoll; local
694 apoll = req->apoll;
719 struct async_poll *apoll; local
[all...]
H A Dio_uring.c392 if ((req->flags & REQ_F_POLLED) && req->apoll) {
393 kfree(req->apoll->double_poll);
394 kfree(req->apoll);
395 req->apoll = NULL;
1548 if ((req->flags & REQ_F_POLLED) && req->apoll) {
1549 struct async_poll *apoll = req->apoll; variable in typeref:struct:async_poll
1551 if (apoll->double_poll)
1552 kfree(apoll->double_poll);
1553 if (!io_alloc_cache_put(&ctx->apoll_cache, &apoll
1554 kfree(apoll); variable
[all...]
/linux-master/include/linux/
H A Dio_uring_types.h649 /* cache ->apoll->events */
661 struct async_poll *apoll; member in struct:io_kiocb
/linux-master/drivers/macintosh/
H A Dadbhid.c266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) argument

Completed in 176 milliseconds