Searched refs:callout (Results 76 - 100 of 573) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvrtc.c75 struct callout callout; member in struct:vrtc
501 * periodic frequency to drive the callout. The minimum periodic
525 if (callout_active(&vrtc->callout)) {
526 VM_CTR0(vrtc->vm, "RTC callout stopped");
527 callout_stop(&vrtc->callout);
531 VM_CTR1(vrtc->vm, "RTC callout frequency %d hz", SBT_1S / freqsbt);
532 callout_reset_sbt(&vrtc->callout, freqsbt, 0, vrtc_callout_handler,
544 VM_CTR0(vrtc->vm, "vrtc callout fired");
547 if (callout_pending(&vrtc->callout)) /* callou
[all...]
/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_var.h165 /* use callout */
166 #include <sys/callout.h>
180 /* callout structure as a wrapper of struct timeout */
181 struct callout { struct
192 /* dummy callout structure */
193 struct callout { struct
/freebsd-10-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c55 #include <sys/callout.h>
214 * callout in request is also used this mutex.
252 struct callout callout; member in struct:hv_vss_req_internal
453 callout_drain(&reqp->callout);
463 callout_drain(&reqp->callout);
467 callout_drain(&reqp->callout);
512 callout_drain(&reqp->callout);
517 callout_drain(&reqp->callout);
713 memset(reqp, 0, __offsetof(hv_vss_req_internal, callout));
[all...]
/freebsd-10-stable/sys/boot/usb/
H A Dbsd_kernel.h247 struct callout { struct
248 LIST_ENTRY(callout) entry;
256 void callout_init_mtx(struct callout *, struct mtx *, int);
257 void callout_reset(struct callout *, int, callout_fn_t *, void *);
258 void callout_stop(struct callout *);
259 void callout_drain(struct callout *);
260 int callout_pending(struct callout *);
/freebsd-10-stable/contrib/amd/amd/
H A Damfs_generic.c78 int callout; /* Callout identifier */ member in struct:continuation
653 if (cp->callout)
654 untimeout(cp->callout);
845 if (cp->callout) {
846 untimeout(cp->callout);
847 cp->callout = 0;
877 if (cp->callout)
878 untimeout(cp->callout);
879 cp->callout = timeout(RETRY_INTERVAL, wakeup,
1105 cp->callout
[all...]
/freebsd-10-stable/sys/dev/firewire/
H A Dfirewirereg.h150 struct callout busprobe_callout;
151 struct callout bmr_callout;
152 struct callout timeout_callout;
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwnvar.h310 struct callout calib_to;
313 struct callout watchdog_to;
314 struct callout ct_kill_exit_to;
/freebsd-10-stable/sys/dev/vt/
H A Dvt.h41 #include <sys/callout.h>
144 struct callout vd_timer; /* (d) Display timer. */
290 struct callout vw_proc_dead_timer;
/freebsd-10-stable/sys/arm/cavium/cns11xx/
H A Dif_ecevar.h132 struct callout tick_ch; /* Tick callout */
/freebsd-10-stable/sys/dev/ae/
H A Dif_aevar.h118 struct callout tick_ch;
/freebsd-10-stable/sys/dev/digi/
H A Ddigi.h177 struct callout_handle callout; /* poll timeout handle */ member in struct:digi_softc
/freebsd-10-stable/sys/dev/ex/
H A Dif_exvar.h69 struct callout timer;
/freebsd-10-stable/sys/dev/ipw/
H A Dif_ipwvar.h95 struct callout sc_wdtimer; /* watchdog timer */
/freebsd-10-stable/sys/dev/le/
H A Dlancevar.h44 struct callout sc_wdog_ch;
/freebsd-10-stable/sys/dev/ral/
H A Drt2560var.h115 struct callout watchdog_ch;
H A Drt2661var.h107 struct callout watchdog_ch;
/freebsd-10-stable/sys/dev/tx/
H A Dif_txvar.h79 struct callout timer;
/freebsd-10-stable/sys/dev/usb/template/
H A Dusb_template_msc.c50 #include <sys/callout.h>
/freebsd-10-stable/sys/dev/usb/
H A Dusb_dynamic.c45 #include <sys/callout.h>
/freebsd-10-stable/sys/dev/vte/
H A Dif_vtevar.h137 struct callout vte_tick_ch;
/freebsd-10-stable/sys/dev/wi/
H A Dif_wivar.h74 struct callout sc_watchdog;
/freebsd-10-stable/sys/fs/autofs/
H A Dautofs.h78 struct callout an_callout;
/freebsd-10-stable/sys/geom/cache/
H A Dg_cache.h72 struct callout sc_callout;
/freebsd-10-stable/sys/geom/gate/
H A Dg_gate.h94 struct callout sc_callout; /* P: (modified only
95 from callout
/freebsd-10-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu_cust.h38 #include <sys/callout.h>

Completed in 211 milliseconds

1234567891011>>