Lines Matching refs:task
433 xprt_rdma_timer(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_timer() argument
483 xprt_rdma_connect(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_connect() argument
489 WARN_ON_ONCE(!xprt_lock_connect(xprt, task, r_xprt)); in xprt_rdma_connect()
511 xprt_rdma_alloc_slot(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_alloc_slot() argument
519 task->tk_rqstp = &req->rl_slot; in xprt_rdma_alloc_slot()
520 task->tk_status = 0; in xprt_rdma_alloc_slot()
524 task->tk_status = -ENOMEM; in xprt_rdma_alloc_slot()
525 xprt_add_backlog(xprt, task); in xprt_rdma_alloc_slot()
569 xprt_rdma_allocate(struct rpc_task *task) in xprt_rdma_allocate() argument
571 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_allocate()
577 if (RPC_IS_ASYNC(task)) in xprt_rdma_allocate()
579 if (RPC_IS_SWAPPER(task)) in xprt_rdma_allocate()
604 xprt_rdma_free(struct rpc_task *task) in xprt_rdma_free() argument
606 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_free()
610 trace_xprtrdma_mrs_zap(task); in xprt_rdma_free()