Searched refs:callout (Results 26 - 50 of 573) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/dev/hme/
H A Dif_hmevar.h34 #include <sys/callout.h>
108 struct callout sc_tick_ch; /* tick callout */
/freebsd-10-stable/sys/netinet/
H A Dtcp_syncache.h99 struct callout sch_timer;
112 struct callout reseed;
/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvhpet.c88 struct callout callout; member in struct:vhpet::__anon17
264 * This function is commonly called from the callout handler.
283 struct callout *callout; local
289 callout = &vhpet->timer[n].callout;
295 if (callout_pending(callout)) /* callout was reset */
298 if (!callout_active(callout)) /* callou
[all...]
H A Dvlapic_priv.h159 struct callout callout; /* vlapic timer */ member in struct:vlapic
160 struct bintime timer_fire_bt; /* callout expiry time */
/freebsd-10-stable/sys/dev/iwi/
H A Dif_iwivar.h208 struct callout sc_ledtimer; /* led off timer */
209 struct callout sc_wdtimer; /* watchdog timer */
210 struct callout sc_rftimer; /* rfkill timer */
/freebsd-10-stable/sys/dev/wpi/
H A Dif_wpivar.h152 struct callout calib_to;
156 struct callout watchdog_to;
158 struct callout hwswitch_to;
/freebsd-10-stable/sys/dev/nand/
H A Dnandsim_chip.h33 #include <sys/callout.h>
95 struct callout ns_callout;
/freebsd-10-stable/sys/net/
H A Dbpfdesc.h42 #include <sys/callout.h>
93 struct callout bd_callout; /* for BPF timeouts with select */
/freebsd-10-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h116 struct callout con_timo; /* connection timeout */
179 struct callout timo; /* RTX/ERTX timeout */
/freebsd-10-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chanvar.h33 #include <sys/callout.h>
53 int ch_poll_flags; /* callout flags */
64 struct callout ch_poll_timeo;
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.h81 struct callout cs_callout;
/freebsd-10-stable/sys/dev/bm/
H A Dif_bmvar.h83 struct callout sc_tick_ch;
/freebsd-10-stable/sys/dev/drm/
H A Dvia_dmablit.h78 struct callout poll_timer;
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h57 struct callout callout_tick;
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h59 struct callout callout_tick;
/freebsd-10-stable/sys/dev/usb/
H A Dusb_error.c45 #include <sys/callout.h>
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h96 struct callout timo; /* See man timeout(9) */
/freebsd-10-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h86 struct callout timo; /* timeout */
/freebsd-10-stable/sys/sys/
H A Dtimers.h62 struct callout it_callout;
/freebsd-10-stable/sys/dev/ixl/
H A Dixl_pf.h72 struct callout timer;
/freebsd-10-stable/sys/dev/iscsi/
H A Discsi.h75 struct callout is_callout;
/freebsd-10-stable/sys/arm/broadcom/bcm2835/
H A Dbcm283x_dwc_fdt.c34 #include <sys/callout.h>
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddn_aqm_pie.h74 struct callout aqm_pie_callout;
/freebsd-10-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h63 #define timer_list callout
273 struct callout OS_timer;
275 struct callout IO_timer;
277 struct callout devRmTimer;
389 struct callout tasklet_dpc[MAX_MSIX_NUM_DPC];
/freebsd-10-stable/sys/powerpc/pseries/
H A Dphyp_console.c58 struct callout callout; member in struct:uart_phyp_softc
259 callout_init(&sc->callout, 1);
263 callout_reset(&sc->callout, sc->polltime, uart_phyp_intr, sc);
431 callout_reset(&sc->callout, sc->polltime, uart_phyp_intr, sc);

Completed in 152 milliseconds

1234567891011>>