Searched refs:fas_reset_watch (Results 1 – 1 of 1) sorted by relevance
100 static timeout_id_t fas_reset_watch; /* timeout id for reset watch */ variable112 _NOTE(MUTEX_PROTECTS_DATA(fas_global_mutex, fas_reset_watch))167 _NOTE(MUTEX_PROTECTS_DATA(fas_global_mutex, fas_reset_watch))1140 if (fas_reset_watch) { in fas_detach()1141 timeout_id_t tid = fas_reset_watch; in fas_detach()1142 fas_reset_watch = 0; in fas_detach()1274 if (fas_reset_watch) { in fas_dr_detach()1276 (void) untimeout(fas_reset_watch); in fas_dr_detach()1278 fas_reset_watch = 0; in fas_dr_detach()8376 if ((fas_reset_watch == 0) && FAS_CAN_SCHED) { in fas_start_watch_reset_delay()[all …]