Searched refs:pending_async (Results 1 – 2 of 2) sorted by relevance
261 struct async_list pending_async[2]; member410 for (i = 0; i < ARRAY_SIZE(ctx->pending_async); i++) { in io_ring_ctx_alloc()411 spin_lock_init(&ctx->pending_async[i].lock); in io_ring_ctx_alloc()412 INIT_LIST_HEAD(&ctx->pending_async[i].list); in io_ring_ctx_alloc()413 atomic_set(&ctx->pending_async[i].cnt, 0); in io_ring_ctx_alloc()1303 struct async_list *async_list = &req->ctx->pending_async[rw]; in io_async_list_note()2127 return &ctx->pending_async[READ]; in io_async_list_from_sqe()2130 return &ctx->pending_async[WRITE]; in io_async_list_from_sqe()
2759 bool pending_async = false; in binder_proc_transaction() local2766 pending_async = true; in binder_proc_transaction()2780 if (!thread && !pending_async) in binder_proc_transaction()2785 else if (!pending_async) in binder_proc_transaction()2790 if (!pending_async) in binder_proc_transaction()