Home
last modified time | relevance | path

Searched refs:callout_init (Results 1 – 25 of 160) sorted by relevance

1234567

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h64 callout_init(&(timer)->callout, 1); \
70 callout_init(&(timer)->callout, 1); \
81 callout_init(&(timer)->callout, 1); \
/freebsd/sys/dev/watchdog/
H A Dwatchdog.c442 callout_init(&wd_pretimeo_handle, 1); in watchdog_modevent()
443 callout_init(&wd_softtimeo_handle, 1); in watchdog_modevent()
/freebsd/sys/net/route/
H A Droute_temporal.c152 callout_init(&rh->expire_callout, 1); in tmproutes_init()
/freebsd/sys/gdb/
H A Dgdb_cons.c81 callout_init(&c->flush, 1); in gdb_cninit()
/freebsd/sys/powerpc/mambo/
H A Dmambo_console.c91 callout_init(&mambo_callout, 1); in cn_drvinit()
/freebsd/sys/netinet/
H A Dtcp_hpts_internal.h90 void (*callout_init)(struct callout *c, int mpsafe); member
H A Dtcp_hpts.c168 .callout_init = callout_init,
180 #define callout_init pace->funcs->callout_init macro
1924 callout_init(&hpts->co, 1); in tcp_hptsi_create()
/freebsd/sys/riscv/riscv/
H A Driscv_console.c129 callout_init(&riscv_callout, 1); in cn_drvinit()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_main.c366 callout_init(&softs->os_specific.wellness_periodic, 1); in smartpqi_attach()
367 callout_init(&softs->os_specific.heartbeat_timeout_id, 1); in smartpqi_attach()
/freebsd/sys/sys/
H A Dcallout.h85 void callout_init(struct callout *, int);
/freebsd/sys/cddl/dev/profile/
H A Dprofile.c309 callout_init(&prof->prof_cyclic, 1); in profile_create()
557 callout_init(&pcpu->profc_cyclic, 1); in profile_enable_omni()
/freebsd/sys/net/altq/
H A Daltq_var.h156 #define CALLOUT_INIT(c) callout_init((c), 1)
/freebsd/sys/dev/sound/midi/
H A Dmpu401.c149 callout_init(&m->timer, 1); in mpu401_init()
/freebsd/sys/dev/firewire/
H A Dfirewirereg.h298 #define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */)
/freebsd/sys/dev/ntb/
H A Dntb_transport.c493 callout_init(&nt->link_work, 1); in ntb_transport_attach()
494 callout_init(&nt->link_watchdog, 1); in ntb_transport_attach()
639 callout_init(&qp->link_work, 1); in ntb_transport_init_queue()
640 callout_init(&qp->rx_full, 1); in ntb_transport_init_queue()
/freebsd/sys/dev/rndtest/
H A Drndtest.c97 callout_init(&rsp->rs_to, 1); in rndtest_attach()
/freebsd/sys/dev/tsec/
H A Dif_tsec_fdt.c209 callout_init(&sc->tsec_callout, 1); in tsec_fdt_attach()
/freebsd/sys/dev/dcons/
H A Ddcons_os.c397 callout_init(&dcons_callout, 1); in dcons_attach()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c82 callout_init(&t->callout, 1); in vchiq_init_timer()
/freebsd/sys/dev/tpm/
H A Dtpm20.c202 callout_init(&sc->discard_buffer_callout, 1); in tpm20_init()
/freebsd/sys/dev/tws/
H A Dtws.c196 callout_init(&sc->stats_timer, 1); in tws_attach()
692 callout_init(&sc->reqs[i].timeout, 1); in tws_init_reqs()
/freebsd/sys/powerpc/pseries/
H A Dphyp_console.c260 callout_init(&sc->callout, 1); in uart_phyp_attach()
/freebsd/sys/amd64/vmm/io/
H A Dvatpit.c455 callout_init(&vatpit->channel[i].callout, 1); in vatpit_init()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c456 callout_init(&sc->sc_rngto, CALLOUT_MPSAFE); in bcm2835_rng_attach()
/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.h153 #define aic_timer_init(timer) callout_init(timer, /*mpsafe*/1)

1234567