Lines Matching defs:rqstp
344 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs()
365 char *svc_print_addr(struct svc_rqst *rqstp, char *buf, size_t len) in svc_print_addr()
379 static bool svc_xprt_reserve_slot(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_reserve_slot()
390 static void svc_xprt_release_slot(struct svc_rqst *rqstp) in svc_xprt_release_slot()
430 struct svc_rqst *rqstp = NULL; in svc_xprt_do_enqueue() local
518 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve()
533 static void svc_xprt_release(struct svc_rqst *rqstp) in svc_xprt_release()
573 struct svc_rqst *rqstp; in svc_wake_up() local
662 static int svc_alloc_arg(struct svc_rqst *rqstp) in svc_alloc_arg()
708 rqst_should_sleep(struct svc_rqst *rqstp) in rqst_should_sleep()
731 static struct svc_xprt *svc_get_next_xprt(struct svc_rqst *rqstp, long timeout) in svc_get_next_xprt()
800 static int svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_handle_xprt()
854 int svc_recv(struct svc_rqst *rqstp, long timeout) in svc_recv()
904 void svc_drop(struct svc_rqst *rqstp) in svc_drop()
914 int svc_send(struct svc_rqst *rqstp) in svc_send()
1192 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer() local
1234 static noinline int svc_deferred_recv(struct svc_rqst *rqstp) in svc_deferred_recv()