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