Lines Matching defs:rqstp
357 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs()
378 char *svc_print_addr(struct svc_rqst *rqstp, char *buf, size_t len) in svc_print_addr()
392 static bool svc_xprt_reserve_slot(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_reserve_slot()
403 static void svc_xprt_release_slot(struct svc_rqst *rqstp) in svc_xprt_release_slot()
450 struct svc_rqst *rqstp = NULL; in svc_xprt_enqueue() local
520 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve()
535 static void svc_xprt_release(struct svc_rqst *rqstp) in svc_xprt_release()
575 struct svc_rqst *rqstp; in svc_wake_up() local
664 static int svc_alloc_arg(struct svc_rqst *rqstp) in svc_alloc_arg()
711 rqst_should_sleep(struct svc_rqst *rqstp) in rqst_should_sleep()
734 static struct svc_xprt *svc_get_next_xprt(struct svc_rqst *rqstp, long timeout) in svc_get_next_xprt()
803 static int svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_handle_xprt()
857 int svc_recv(struct svc_rqst *rqstp, long timeout) in svc_recv()
905 void svc_drop(struct svc_rqst *rqstp) in svc_drop()
915 int svc_send(struct svc_rqst *rqstp) in svc_send()
1203 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer() local
1246 static noinline int svc_deferred_recv(struct svc_rqst *rqstp) in svc_deferred_recv()