Lines Matching defs:rqstp
285 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs()
306 char *svc_print_addr(struct svc_rqst *rqstp, char *buf, size_t len) in svc_print_addr()
318 static void svc_thread_enqueue(struct svc_pool *pool, struct svc_rqst *rqstp) in svc_thread_enqueue()
326 static void svc_thread_dequeue(struct svc_pool *pool, struct svc_rqst *rqstp) in svc_thread_dequeue()
343 struct svc_rqst *rqstp; in svc_xprt_do_enqueue() local
439 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve()
455 static void svc_xprt_release(struct svc_rqst *rqstp) in svc_xprt_release()
492 struct svc_rqst *rqstp; in svc_wake_up() local
582 static int svc_alloc_arg(struct svc_rqst *rqstp) in svc_alloc_arg()
624 static struct svc_xprt *svc_get_next_xprt(struct svc_rqst *rqstp, long timeout) in svc_get_next_xprt()
712 static int svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_handle_xprt()
760 int svc_recv(struct svc_rqst *rqstp, long timeout) in svc_recv()
811 void svc_drop(struct svc_rqst *rqstp) in svc_drop()
821 int svc_send(struct svc_rqst *rqstp) in svc_send()
1069 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer() local
1110 static int svc_deferred_recv(struct svc_rqst *rqstp) in svc_deferred_recv()