Searched refs:reset_timer (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/dev/mvs/ |
| H A D | mvs.c | 132 callout_init_mtx(&ch->reset_timer, &ch->mtx, 0); in mvs_ch_attach() 238 callout_drain(&ch->reset_timer); in mvs_ch_detach() 303 callout_stop(&ch->reset_timer); in mvs_ch_suspend() 1996 callout_schedule(&ch->reset_timer, hz / 10); in mvs_reset_to() 2044 callout_stop(&ch->reset_timer); in mvs_reset() 2107 callout_reset(&ch->reset_timer, hz / 10, mvs_reset_to, dev); in mvs_reset() 2451 (--ch->resetpolldiv <= 0 || !callout_pending(&ch->reset_timer))) { in mvspoll()
|
| H A D | mvs.h | 585 struct callout reset_timer; /* Hard-reset timeout */ member
|
| /freebsd-13.1/sys/dev/ahci/ |
| H A D | ahci.c | 830 callout_init_mtx(&ch->reset_timer, &ch->mtx, 0); in ahci_ch_attach() 967 callout_drain(&ch->reset_timer); in ahci_ch_detach() 1036 callout_stop(&ch->reset_timer); in ahci_ch_suspend() 2453 callout_schedule(&ch->reset_timer, hz / 10); in ahci_reset_to() 2468 callout_stop(&ch->reset_timer); in ahci_reset() 2540 callout_reset(&ch->reset_timer, hz / 10, ahci_reset_to, ch); in ahci_reset() 2902 (--ch->resetpolldiv <= 0 || !callout_pending(&ch->reset_timer))) { in ahcipoll()
|
| H A D | ahci.h | 465 struct callout reset_timer; /* Hard-reset timeout */ member
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic79xx.h | 1172 aic_timer_t reset_timer; member
|
| H A D | aic79xx.c | 5269 aic_timer_init(&ahd->reset_timer); in ahd_alloc() 5452 aic_timer_stop(&ahd->reset_timer); in ahd_shutdown() 8047 aic_timer_reset(&ahd->reset_timer, 0, ahd_reset_poll, ahd); in ahd_reset_channel() 8065 aic_timer_reset(&ahd->reset_timer, AHD_RESET_POLL_MS, in ahd_reset_poll()
|
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | outside_network.c | 842 struct waiting_tcp* w, int reset_timer) 854 if(reset_timer) {
|
| /freebsd-13.1/sys/powerpc/mpc85xx/ |
| H A D | fsl_sata.c | 287 struct callout reset_timer; /* Hard-reset timeout */ member
|