Home
last modified time | relevance | path

Searched refs:ms_thrtotal (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h82 fmd_stat_t ms_thrtotal; /* total number of auxiliary threads */ member
H A Dfmd_api.c1741 if (mp->mod_stats->ms_thrtotal.fmds_value.ui32 >= in fmd_thr_create()
1754 mp->mod_stats->ms_thrtotal.fmds_value.ui32++; in fmd_thr_create()
1801 mp->mod_stats->ms_thrtotal.fmds_value.ui32--; in fmd_thr_destroy()
H A Dfmd_mdb.c489 (void) fmd_stat((uintptr_t)&mod_stats->ms_thrtotal, in module_stat()