Lines Matching defs:rqstp
287 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs()
308 char *svc_print_addr(struct svc_rqst *rqstp, char *buf, size_t len) in svc_print_addr()
326 struct svc_rqst *rqstp = NULL; in svc_xprt_do_enqueue() local
455 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve()
471 static void svc_xprt_release(struct svc_rqst *rqstp) in svc_xprt_release()
510 struct svc_rqst *rqstp; in svc_wake_up() local
600 static int svc_alloc_arg(struct svc_rqst *rqstp) in svc_alloc_arg()
643 rqst_should_sleep(struct svc_rqst *rqstp) in rqst_should_sleep()
666 static struct svc_xprt *svc_get_next_xprt(struct svc_rqst *rqstp, long timeout) in svc_get_next_xprt()
741 static int svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_handle_xprt()
791 int svc_recv(struct svc_rqst *rqstp, long timeout) in svc_recv()
853 void svc_drop(struct svc_rqst *rqstp) in svc_drop()
863 int svc_send(struct svc_rqst *rqstp) in svc_send()
1111 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer() local
1152 static int svc_deferred_recv(struct svc_rqst *rqstp) in svc_deferred_recv()