Lines Matching defs:serv
35 #define svc_serv_is_pooled(serv) ((serv)->sv_function) argument
348 svc_pool_for_cpu(struct svc_serv *serv, int cpu) in svc_pool_for_cpu()
371 static int svc_rpcb_setup(struct svc_serv *serv) in svc_rpcb_setup()
384 void svc_rpcb_cleanup(struct svc_serv *serv) in svc_rpcb_cleanup()
391 static int svc_uses_rpcbind(struct svc_serv *serv) in svc_uses_rpcbind()
413 void (*shutdown)(struct svc_serv *serv)) in __svc_create()
415 struct svc_serv *serv; in __svc_create() local
487 void (*shutdown)(struct svc_serv *serv)) in svc_create()
495 void (*shutdown)(struct svc_serv *serv), in svc_create_pooled()
498 struct svc_serv *serv; in svc_create_pooled() local
517 svc_destroy(struct svc_serv *serv) in svc_destroy()
598 svc_prepare_thread(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_prepare_thread()
639 choose_pool(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_pool()
651 choose_victim(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_victim()
702 svc_set_num_threads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_set_num_threads()
767 struct svc_serv *serv = rqstp->rq_server; in svc_exit_thread() local
923 int svc_register(const struct svc_serv *serv, const int family, in svc_register()
992 static void svc_unregister(const struct svc_serv *serv) in svc_unregister()
1050 struct svc_serv *serv = rqstp->rq_server; in svc_process_common() local
1278 struct svc_serv *serv = rqstp->rq_server; in svc_process() local
1322 bc_svc_process(struct svc_serv *serv, struct rpc_rqst *req, in bc_svc_process()