Searched defs:__rpc_svcpool (Results 1 – 1 of 1) sorted by relevance
307 typedef struct __rpc_svcpool { struct308 struct mtx_padalign sp_lock; /* protect the transport lists */309 const char *sp_name; /* pool name (e.g. "nfsd", "NLM" */310 enum svcpool_state sp_state; /* current pool state */311 struct proc *sp_proc; /* process which is in svc_run */312 struct svc_callout_list sp_callouts; /* (prog,vers)->dispatch list */313 struct svc_loss_callout_list sp_lcallouts; /* loss->dispatch list */314 int sp_minthreads; /* minimum service thread count */315 int sp_maxthreads; /* maximum service thread count */321 pool_assign_fn *sp_assign;[all …]