Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-all.c68 static void ata_periodic_poll(void *data);
173 callout_reset(&ch->poll_callout, hz, ata_periodic_poll, ch); in ata_attach()
341 callout_reset(&ch->poll_callout, hz, ata_periodic_poll, ch); in ata_resume()
391 ata_periodic_poll(void *data) in ata_periodic_poll() function
395 callout_reset(&ch->poll_callout, hz, ata_periodic_poll, ch); in ata_periodic_poll()