Searched refs:mptsas_timeout_id (Results 1 – 1 of 1) sorted by relevance
626 static timeout_id_t mptsas_timeout_id; variable1189 if (mptsas_timeout_id == 0) { in mptsas_attach()1190 mptsas_timeout_id = timeout(mptsas_watch, NULL, in mptsas_attach()1512 mptsas_timeout_id = timeout(mptsas_watch, NULL, mptsas_tick); in mptsas_attach()1591 if (mptsas_timeout_id && (mptsas_head == NULL)) { in mptsas_attach()1592 timeout_id_t tid = mptsas_timeout_id; in mptsas_attach()1594 mptsas_timeout_id = 0; in mptsas_attach()1754 if (mptsas_timeout_id) { in mptsas_suspend()1755 tid = mptsas_timeout_id; in mptsas_suspend()1756 mptsas_timeout_id = 0; in mptsas_suspend()[all …]