Searched refs:nstat_procdetails (Results 1 – 1 of 1) sorted by relevance
474 typedef TAILQ_HEAD(, nstat_procdetails) tailq_head_procdetails;475 typedef TAILQ_ENTRY(nstat_procdetails) tailq_entry_procdetails;494 struct nstat_procdetails { struct551 struct nstat_procdetails *ntc_procdetails;1203 static struct nstat_procdetails *1206 struct nstat_procdetails *procdetails = NULL; in nstat_retain_curprocdetails()1222 procdetails = kalloc_type(struct nstat_procdetails, in nstat_retain_curprocdetails()1241 nstat_release_procdetails(struct nstat_procdetails *procdetails) in nstat_release_procdetails()1251 struct nstat_procdetails *procdetails; in nstat_prune_procdetails()1252 struct nstat_procdetails *tmpdetails; in nstat_prune_procdetails()[all …]