Home
last modified time | relevance | path

Searched refs:spindown_timer (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/nata/
HData-disk.c160 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()
HData-all.h425 struct callout spindown_timer; member