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

1234567891011>>

/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwcvar.h71 struct callout dwc_callout;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_core.c51 #include <sys/callout.h>
H A Dusb_error.c45 #include <sys/callout.h>
/freebsd-11-stable/sys/cam/
H A Dcam_sim.h107 struct callout callout; member in struct:cam_sim
/freebsd-11-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart.h61 struct callout ajus_io_callout;
62 struct callout ajus_ac_callout;
/freebsd-11-stable/sys/dev/hme/
H A Dif_hmevar.h34 #include <sys/callout.h>
108 struct callout sc_tick_ch; /* tick callout */
/freebsd-11-stable/sys/netinet/
H A Dtcp_syncache.h97 struct callout sch_timer;
110 struct callout reseed;
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c35 #include <sys/callout.h>
61 if (callout_pending(&t->callout)) {
62 /* callout was reset */
66 if (!callout_active(&t->callout)) {
67 /* callout was stopped */
71 callout_deactivate(&t->callout);
83 callout_init(&t->callout, 1);
103 callout_reset(&t->callout, expires - jiffies, run_timer, t);
117 callout_stop(&t->callout);
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvhpet.c88 struct callout callout; member in struct:vhpet::__anon5148
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...]
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwivar.h211 struct callout sc_ledtimer; /* led off timer */
212 struct callout sc_wdtimer; /* watchdog timer */
213 struct callout sc_rftimer; /* rfkill timer */
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm20.h42 #include <sys/callout.h>
125 struct callout discard_buffer_callout;
127 struct callout harvest_callout;
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h118 struct callout con_timo; /* connection timeout */
185 struct callout timo; /* RTX/ERTX timeout */
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_chip.h33 #include <sys/callout.h>
95 struct callout ns_callout;
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtapvar.h50 #include <sys/callout.h>
117 struct callout av_swba; /* software beacon alert */
/freebsd-11-stable/sys/net/
H A Dbpfdesc.h42 #include <sys/callout.h>
93 struct callout bd_callout; /* for BPF timeouts with select */
/freebsd-11-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-11-stable/sys/dev/drm/
H A Dvia_dmablit.h78 struct callout poll_timer;
/freebsd-11-stable/sys/dev/bm/
H A Dif_bmvar.h83 struct callout sc_tick_ch;
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h96 struct callout timo; /* See man timeout(9) */
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h86 struct callout timo; /* timeout */
/freebsd-11-stable/sys/dev/mse/
H A Dmsevar.h68 struct callout sc_callout;
/freebsd-11-stable/sys/sys/
H A Dtimers.h62 struct callout it_callout;
/freebsd-11-stable/sys/dev/iscsi/
H A Discsi.h76 struct callout is_callout;
/freebsd-11-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h58 struct callout callout_tick;
/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg_hisi.c34 #include <sys/callout.h>

Completed in 170 milliseconds

1234567891011>>