Lines Matching defs:rqstp
257 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs()
278 char *svc_print_addr(struct svc_rqst *rqstp, char *buf, size_t len) in svc_print_addr()
290 static void svc_thread_enqueue(struct svc_pool *pool, struct svc_rqst *rqstp) in svc_thread_enqueue()
298 static void svc_thread_dequeue(struct svc_pool *pool, struct svc_rqst *rqstp) in svc_thread_dequeue()
321 struct svc_rqst *rqstp; in svc_xprt_enqueue() local
431 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve()
445 static void svc_xprt_release(struct svc_rqst *rqstp) in svc_xprt_release()
482 struct svc_rqst *rqstp; in svc_wake_up() local
579 int svc_recv(struct svc_rqst *rqstp, long timeout) in svc_recv()
769 void svc_drop(struct svc_rqst *rqstp) in svc_drop()
779 int svc_send(struct svc_rqst *rqstp) in svc_send()
1007 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer() local
1048 static int svc_deferred_recv(struct svc_rqst *rqstp) in svc_deferred_recv()