Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c92 int rdc_health_thres = RDC_HEALTH_THRESHOLD; variable
662 return ((ip->deadness > rdc_health_thres) ? FALSE : TRUE); in rdc_check_secondary()
685 ip->deadness = rdc_health_thres + 1; in rdc_check_secondary()
689 if (ip->deadness > rdc_health_thres) { in rdc_check_secondary()
H A Drdc.c185 extern int rdc_health_thres;
318 rdc_health_thres = i; in rdcattach()
850 extern int rdc_health_thres; in sndr_info_stats_update()
870 info_stats->m_health_thres.value.ul = rdc_health_thres; in sndr_info_stats_update()
/titanic_44/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c922 rdc_get_print(rdc_health_thres, "health threshold", "%d", i); in rdc()