Searched defs:svc_serv (Results 1 – 1 of 1) sorted by relevance
69 struct svc_serv { struct70 struct svc_program * sv_programs; /* RPC programs */71 struct svc_stat * sv_stats; /* RPC statistics */72 spinlock_t sv_lock;73 unsigned int sv_nprogs; /* Number of sv_programs */74 unsigned int sv_nrthreads; /* # of server threads */75 unsigned int sv_maxconn; /* max connections allowed or79 unsigned int sv_max_payload; /* datagram payload size */80 unsigned int sv_max_mesg; /* max_payload + 1 page for overheads */104 struct svc_serv *serv; argument