Searched refs:rdc_health_thres (Results 1 – 3 of 3) sorted by relevance
92 int rdc_health_thres = RDC_HEALTH_THRESHOLD; variable662 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()
185 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()
922 rdc_get_print(rdc_health_thres, "health threshold", "%d", i); in rdc()