Searched refs:spindown_timer (Results 1 – 2 of 2) sorted by relevance
160 callout_init_mp(&atadev->spindown_timer); in ad_attach()162 callout_init(&atadev->spindown_timer, 1); in ad_attach()180 callout_drain(&atadev->spindown_timer); in ad_detach()291 callout_reset(&atadev->spindown_timer, hz * atadev->spindown, in ad_strategy()
425 struct callout spindown_timer; member