Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/latencytop/
H A Dstat.c346 int cause = INVALID_CAUSE; in find_cause()
364 if (found && (cause == INVALID_CAUSE || in find_cause()
515 int tag_cause_id = INVALID_CAUSE; in lt_stat_update()
516 int stack_cause_id = INVALID_CAUSE; in lt_stat_update()
517 int cause_id = INVALID_CAUSE; in lt_stat_update()
529 if (tag_cause_id == INVALID_CAUSE) { in lt_stat_update()
540 if (cause_id == INVALID_CAUSE) { in lt_stat_update()
H A Dlatencytop.h59 #define INVALID_CAUSE 0 macro
H A Dtable.c660 g_assert(cause->lt_c_cause_id == INVALID_CAUSE); in lt_table_init()
711 return (cause == NULL ? INVALID_CAUSE : cause->lt_c_cause_id); in lt_table_cause_from_name()