Lines Matching refs:svc_rqst
547 svc_init_buffer(struct svc_rqst *rqstp, unsigned int size, int node) in svc_init_buffer()
576 svc_release_buffer(struct svc_rqst *rqstp) in svc_release_buffer()
585 struct svc_rqst *
588 struct svc_rqst *rqstp; in svc_rqst_alloc()
617 struct svc_rqst *
620 struct svc_rqst *rqstp; in svc_prepare_thread()
672 struct svc_rqst *rqstp; in choose_victim()
678 rqstp = list_entry(pool->sp_all_threads.next, struct svc_rqst, rq_all); in choose_victim()
705 struct svc_rqst *rqstp; in svc_set_num_threads()
766 svc_rqst_free(struct svc_rqst *rqstp) in svc_rqst_free()
777 svc_exit_thread(struct svc_rqst *rqstp) in svc_exit_thread()
1046 void svc_printk(struct svc_rqst *rqstp, const char *fmt, ...) in svc_printk()
1062 static __printf(2,3) void svc_printk(struct svc_rqst *rqstp, const char *fmt, ...) {} in svc_printk()
1069 svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv) in svc_process_common()
1295 svc_process(struct svc_rqst *rqstp) in svc_process()
1346 struct svc_rqst *rqstp) in bc_svc_process()
1422 u32 svc_max_payload(const struct svc_rqst *rqstp) in svc_max_payload()