Lines Matching defs:rqstp
366 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs()
387 char *svc_print_addr(struct svc_rqst *rqstp, char *buf, size_t len) in svc_print_addr()
401 static bool svc_xprt_reserve_slot(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_reserve_slot()
412 static void svc_xprt_release_slot(struct svc_rqst *rqstp) in svc_xprt_release_slot()
515 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve()
539 static void svc_xprt_release(struct svc_rqst *rqstp) in svc_xprt_release()
654 static bool svc_alloc_arg(struct svc_rqst *rqstp) in svc_alloc_arg()
702 rqst_should_sleep(struct svc_rqst *rqstp) in rqst_should_sleep()
725 static struct svc_xprt *svc_get_next_xprt(struct svc_rqst *rqstp) in svc_get_next_xprt()
788 static int svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_handle_xprt()
844 void svc_recv(struct svc_rqst *rqstp) in svc_recv()
890 void svc_drop(struct svc_rqst *rqstp) in svc_drop()
902 void svc_send(struct svc_rqst *rqstp) in svc_send()
1185 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer() local
1228 static noinline int svc_deferred_recv(struct svc_rqst *rqstp) in svc_deferred_recv()