Searched refs:callout_init (Results 1 - 25 of 186) sorted by relevance

12345678

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h61 callout_init(&(timer)->callout, 1); \
67 callout_init(&(timer)->callout, 1); \
78 callout_init(&(timer)->callout, 1); \
/freebsd-11-stable/sys/cam/
H A Dcam_sim.c93 callout_init(&sim->callout, 0);
96 callout_init(&sim->callout, 1);
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_rnd.c98 callout_init(&sc->sc_callout, 1);
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_rng.c118 callout_init(&sc->co, 1);
/freebsd-11-stable/sys/powerpc/mambo/
H A Dmambo_console.c92 callout_init(&mambo_callout, 1);
/freebsd-11-stable/sys/x86/x86/
H A Dmp_watchdog.c88 callout_init(&watchdog_callout, 1);
/freebsd-11-stable/sys/gdb/
H A Dgdb_cons.c79 callout_init(&c->flush, 1);
/freebsd-11-stable/sys/net/altq/
H A Daltq_var.h168 #define CALLOUT_INIT(c) callout_init((c), 0)
170 #define CALLOUT_INIT(c) callout_init((c))
/freebsd-11-stable/sys/dev/watchdog/
H A Dwatchdog.c406 callout_init(&wd_pretimeo_handle, 1);
407 callout_init(&wd_softtimeo_handle, 1);
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm20.c198 callout_init(&sc->discard_buffer_callout, 1);
201 callout_init(&sc->harvest_callout, 1);
/freebsd-11-stable/sys/arm/at91/
H A Dat91_rst.c126 callout_init(&sc->tick_ch, 0);
/freebsd-11-stable/sys/dev/gxemul/cons/
H A Dgxemul_cons.c282 callout_init(&gxemul_cons_callout, 1);
/freebsd-11-stable/sys/dev/virtio/random/
H A Dvirtio_random.c132 callout_init(&sc->vtrnd_callout, 1);
/freebsd-11-stable/sys/geom/sched/
H A Dgs_delay.c207 callout_init(&sc->sc_wait, CALLOUT_MPSAFE);
/freebsd-11-stable/sys/sys/
H A Dcallout.h92 void callout_init(struct callout *, int);
/freebsd-11-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c457 callout_init(&sc->ajus_io_callout, 1);
461 callout_init(&sc->ajus_ac_callout, 1);
/freebsd-11-stable/sys/dev/rndtest/
H A Drndtest.c99 callout_init(&rsp->rs_to);
101 callout_init(&rsp->rs_to, 1);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.h195 #define aic_timer_init(timer) callout_init(timer, /*mpsafe*/1)
197 #define aic_timer_init callout_init
/freebsd-11-stable/sys/kern/
H A Duipc_domain.c248 callout_init(&pffast_callout, 1);
249 callout_init(&pfslow_callout, 1);
H A Dkern_cons.c564 callout_init(&conscallout, 0);
670 callout_init(&beeping_timer, 1);
/freebsd-11-stable/sys/netinet6/
H A Din6_rmx.c226 callout_init(&V_rtq_mtutimer, 1);
/freebsd-11-stable/sys/riscv/htif/
H A Dhtif_console.c182 callout_init(&riscv_callout, 1);
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewirereg.h298 #define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */)
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmpu401.c188 callout_init(&m->timer, 1);
/freebsd-11-stable/sys/tests/callout_test/
H A Dcallout_test.c213 callout_init(&rn->co_array[i], CALLOUT_MPSAFE);

Completed in 392 milliseconds

12345678