Searched refs:callout (Results 126 - 150 of 639) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/rt/
H A Dif_rtvar.h228 struct callout periodic_ch;
236 struct callout tx_watchdog_ch;
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A DMakefile.common3 SRCS= callout.cc \
/freebsd-11-stable/sys/dev/watchdog/
H A Dwatchdog.c56 static struct callout wd_pretimeo_handle;
60 static struct callout wd_softtimeo_handle;
308 /* We determined the value is sane, so reset the callout */
/freebsd-11-stable/sys/tests/callout_test/
H A Dcallout_test.c51 MALLOC_DEFINE(M_CALLTMP, "Temp callout Memory", "CalloutTest");
55 struct callout *co_array;
79 printf("The callout test is now complete for thread %d\n",
210 sz = sizeof(struct callout) * rn->co_number_callouts;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h86 struct callout callout; member in struct:delayed_work::__anon5501
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndisvar.h167 struct callout ndis_scan_callout;
198 struct callout ndis_stat_callout;
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c401 * Implementation of callout API
408 static LIST_HEAD(, callout) head_callout = LIST_HEAD_INITIALIZER(&head_callout);
416 mtx_init(&mtx_callout, "callout-mtx", NULL, MTX_DEF | MTX_RECURSE);
424 callout_callback(struct callout *c)
452 struct callout *c;
473 callout_init_mtx(struct callout *c, struct mtx *mtx, int flags)
485 callout_reset(struct callout *c, int to_ticks,
500 callout_stop(struct callout *c)
515 callout_drain(struct callout *c)
526 callout_pending(struct callout *
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmvar.h441 struct callout sc_watchdog_to;
442 struct callout sc_led_blink_to;
/freebsd-11-stable/sys/dev/vt/
H A Dvt_cpulogos.c31 #include <sys/callout.h>
44 static struct callout vt_splash_cpu_callout;
H A Dvt.h41 #include <sys/callout.h>
146 struct callout vd_timer; /* (d) Display timer. */
298 struct callout vw_proc_dead_timer;
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.h317 struct callout timer;
318 struct callout tx_fifo_timer;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h216 struct callout watchdog_ch;
217 struct callout stat_ch;
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h111 struct callout link_check_ch;
257 struct callout txq_timer;
258 struct callout txq_watchdog;
354 struct callout cxgb_tick_ch;
355 struct callout sge_timer_ch;
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic.c202 if (callout_active(&vlapic->callout)) {
733 if (callout_pending(&vlapic->callout)) /* callout was reset */
736 if (!callout_active(&vlapic->callout)) /* callout was stopped */
739 callout_deactivate(&vlapic->callout);
746 ("vlapic callout at %#lx.%#lx, expected at %#lx.#%lx",
778 callout_reset_sbt(&vlapic->callout, rem_sbt, 0,
805 callout_reset_sbt(&vlapic->callout, sbt, 0,
808 callout_stop(&vlapic->callout);
[all...]
/freebsd-11-stable/sys/dev/glxiic/
H A Dglxiic.c132 struct callout callout; /* Driver state timeout callout. */ member in struct:glxiic_softc
324 callout_init_mtx(&sc->callout, &sc->mtx, 0);
417 callout_drain(&sc->callout);
461 callout_drain(&sc->callout);
561 callout_reset_sbt(&sc->callout, SBT_1MS * sc->timeout, 0,
572 callout_stop(&sc->callout);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_mesh.h422 struct callout rt_discovery; /* discovery timeout */
519 struct callout ms_cleantimer;
520 struct callout ms_gatetimer;
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci.h376 struct callout card_poll_callout;/* Card present polling callout */
377 struct callout timeout_callout;/* Card command/data response timeout */
378 struct callout retune_callout; /* Re-tuning mode 1 callout */
386 uint32_t retune_ticks; /* Re-tuning callout ticks [hz] */
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_console.c65 static struct callout cfe_timer;
/freebsd-11-stable/sys/dev/bvm/
H A Dbvm_console.c61 static struct callout bvm_timer;
/freebsd-11-stable/sys/arm/at91/
H A Dat91_rst.c62 struct callout tick_ch; /* Tick callout */
/freebsd-11-stable/sys/dev/aic/
H A Daic_pccard.c31 #include <sys/callout.h>
H A Daicvar.h51 struct callout timer;
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_led.c60 #include <sys/callout.h>
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_def.h164 struct callout tx_callout;
/freebsd-11-stable/sys/netgraph/atm/uni/
H A Dng_uni_cust.h82 struct callout c;

Completed in 826 milliseconds

1234567891011>>