Lines Matching defs:__rpc_svcgroup
277 typedef struct __rpc_svcgroup { struct
278 struct mtx_padalign sg_lock; /* protect the thread/req lists */
279 struct __rpc_svcpool *sg_pool;
280 enum svcpool_state sg_state; /* current pool state */
281 struct svcxprt_list sg_xlist; /* all transports in the group */
282 struct svcxprt_list sg_active; /* transports needing service */
283 struct svcthread_list sg_idlethreads; /* idle service threads */
285 int sg_minthreads; /* minimum service thread count */
286 int sg_maxthreads; /* maximum service thread count */
287 int sg_threadcount; /* current service thread count */
288 time_t sg_lastcreatetime; /* when we last started a thread */
289 time_t sg_lastidlecheck; /* when we last checked idle transports */