Lines Matching defs:svc_serv
65 struct svc_serv { struct
66 struct svc_program * sv_program; /* RPC program */
67 struct svc_stat * sv_stats; /* RPC statistics */
68 spinlock_t sv_lock;
69 struct kref sv_refcnt;
70 unsigned int sv_nrthreads; /* # of server threads */
71 unsigned int sv_maxconn; /* max connections allowed or
75 unsigned int sv_max_payload; /* datagram payload size */
76 unsigned int sv_max_mesg; /* max_payload + 1 page for overheads */
77 unsigned int sv_xdrsize; /* XDR buffer size */
78 struct list_head sv_permsocks; /* all permanent sockets */
102 * @serv: the svc_serv to have count incremented argument