Lines Matching defs:rqstp
382 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs()
403 char *svc_print_addr(struct svc_rqst *rqstp, char *buf, size_t len) in svc_print_addr()
417 static bool svc_xprt_reserve_slot(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_reserve_slot()
428 static void svc_xprt_release_slot(struct svc_rqst *rqstp) in svc_xprt_release_slot()
520 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve()
544 static void svc_xprt_release(struct svc_rqst *rqstp) in svc_xprt_release()
659 static bool svc_alloc_arg(struct svc_rqst *rqstp) in svc_alloc_arg()
706 svc_thread_should_sleep(struct svc_rqst *rqstp) in svc_thread_should_sleep()
732 static void svc_thread_wait_for_work(struct svc_rqst *rqstp) in svc_thread_wait_for_work()
778 static void svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_handle_xprt()
841 static void svc_thread_wake_next(struct svc_rqst *rqstp) in svc_thread_wake_next()
858 void svc_recv(struct svc_rqst *rqstp) in svc_recv()
913 void svc_send(struct svc_rqst *rqstp) in svc_send()
1182 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer() local
1225 static noinline int svc_deferred_recv(struct svc_rqst *rqstp) in svc_deferred_recv()