Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/fd/
H A Dfd.c195 struct callout tohandle; member
980 callout_init(&fd->tohandle); in fd_probe()
1970 callout_reset(&fd->tohandle, hz, in fdstate()
1980 callout_reset(&fd->tohandle, hz, fd_iotimeout, fdc); in fdstate()
1991 callout_stop(&fd->tohandle); in fdstate()