Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dstat.c428 lt_stat_collection_t *stat_p = NULL; in get_stat_c() local
435 stat_p = (lt_stat_collection_t *) in get_stat_c()
440 if (stat_p == NULL) { in get_stat_c()
452 stat_p = new_collection(LT_LEVEL_PROCESS, in get_stat_c()
904 lt_stat_collection_t *stat_p = in tlist_create() local
907 if (stat_p->lt_sc_children == NULL) { in tlist_create()
981 lt_stat_collection_t *stat_p = NULL; in lt_stat_proc_get_name() local
990 if (stat_p != NULL) { in lt_stat_proc_get_name()
991 return (stat_p->lt_sc_name); in lt_stat_proc_get_name()
1003 lt_stat_collection_t *stat_p = NULL; in lt_stat_proc_get_nthreads() local
[all …]