Lines Matching refs:apoll
385 if ((req->flags & REQ_F_POLLED) && req->apoll) {
386 kfree(req->apoll->double_poll);
387 kfree(req->apoll);
388 req->apoll = NULL;
1502 if ((req->flags & REQ_F_POLLED) && req->apoll) {
1503 struct async_poll *apoll = req->apoll;
1505 if (apoll->double_poll)
1506 kfree(apoll->double_poll);
1507 if (!io_alloc_cache_put(&ctx->apoll_cache, &apoll->cache))
1508 kfree(apoll);