Searched defs:__rpc_svcgroup (Results 1 – 1 of 1) sorted by relevance
281 typedef struct __rpc_svcgroup { struct282 struct mtx_padalign sg_lock; /* protect the thread/req lists */283 struct __rpc_svcpool *sg_pool;284 enum svcpool_state sg_state; /* current pool state */285 struct svcxprt_list sg_xlist; /* all transports in the group */286 struct svcxprt_list sg_active; /* transports needing service */287 struct svcthread_list sg_idlethreads; /* idle service threads */289 int sg_minthreads; /* minimum service thread count */290 int sg_maxthreads; /* maximum service thread count */291 int sg_threadcount; /* current service thread count */[all …]