Home
last modified time | relevance | path

Searched refs:serv (Results 1 – 4 of 4) sorted by relevance

/include/linux/sunrpc/
Dsvcsock.h58 void svc_sock_update_bufs(struct svc_serv *serv);
60 int svc_addsock(struct svc_serv *serv, const int fd,
64 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
Dsvc.h88 void (*sv_shutdown)(struct svc_serv *serv,
114 static inline void svc_get(struct svc_serv *serv) in svc_get() argument
116 serv->sv_nrthreads++; in svc_get()
424 int svc_rpcb_setup(struct svc_serv *serv, struct net *net);
425 void svc_rpcb_cleanup(struct svc_serv *serv, struct net *net);
426 int svc_bind(struct svc_serv *serv, struct net *net);
429 struct svc_rqst *svc_prepare_thread(struct svc_serv *serv,
436 int svc_pool_stats_open(struct svc_serv *serv, struct file *file);
447 struct svc_pool * svc_pool_for_cpu(struct svc_serv *serv, int cpu);
Dsvc_xprt.h126 struct svc_xprt *svc_find_xprt(struct svc_serv *serv, const char *xcl_name,
129 int svc_xprt_names(struct svc_serv *serv, char *buf, const int buflen);
130 void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *xprt);
/include/net/caif/
Dcfctrl.h44 enum cfctrl_srv serv, u8 phyid,
102 struct cfsrvl serv; member