Searched defs:svc_serv (Results 1 – 1 of 1) sorted by relevance
22 struct svc_serv { struct23 struct list_head sv_threads;24 struct list_head sv_sockets;25 struct svc_program * sv_program;26 struct svc_stat * sv_stats;27 spinlock_t sv_lock;28 unsigned int sv_nrthreads;29 unsigned int sv_bufsz;30 unsigned int sv_xdrsize;32 struct list_head sv_permsocks;[all …]