Lines Matching refs:svc_serv
69 struct svc_serv { struct
104 struct svc_serv *serv; argument
108 void svc_destroy(struct svc_serv **svcp);
182 struct svc_serv * rq_server; /* RPC service definition */
435 void svc_rpcb_cleanup(struct svc_serv *serv, struct net *net);
436 int svc_bind(struct svc_serv *serv, struct net *net);
437 struct svc_serv *svc_create(struct svc_program *, unsigned int,
443 struct svc_serv * svc_create_pooled(struct svc_program *prog,
448 int svc_set_num_threads(struct svc_serv *, struct svc_pool *, int);
452 int svc_register(const struct svc_serv *, struct net *, const int,
455 void svc_wake_up(struct svc_serv *);
458 struct svc_pool *svc_pool_for_cpu(struct svc_serv *serv);