| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | timer.h | 64 callout_init(&(timer)->callout, 1); \ 70 callout_init(&(timer)->callout, 1); \ 81 callout_init(&(timer)->callout, 1); \
|
| /freebsd/sys/dev/watchdog/ |
| H A D | watchdog.c | 442 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 D | route_temporal.c | 152 callout_init(&rh->expire_callout, 1); in tmproutes_init()
|
| /freebsd/sys/gdb/ |
| H A D | gdb_cons.c | 81 callout_init(&c->flush, 1); in gdb_cninit()
|
| /freebsd/sys/powerpc/mambo/ |
| H A D | mambo_console.c | 91 callout_init(&mambo_callout, 1); in cn_drvinit()
|
| /freebsd/sys/netinet/ |
| H A D | tcp_hpts_internal.h | 90 void (*callout_init)(struct callout *c, int mpsafe); member
|
| H A D | tcp_hpts.c | 168 .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 D | riscv_console.c | 129 callout_init(&riscv_callout, 1); in cn_drvinit()
|
| /freebsd/sys/dev/smartpqi/ |
| H A D | smartpqi_main.c | 366 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 D | callout.h | 85 void callout_init(struct callout *, int);
|
| /freebsd/sys/cddl/dev/profile/ |
| H A D | profile.c | 309 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 D | altq_var.h | 156 #define CALLOUT_INIT(c) callout_init((c), 1)
|
| /freebsd/sys/dev/sound/midi/ |
| H A D | mpu401.c | 149 callout_init(&m->timer, 1); in mpu401_init()
|
| /freebsd/sys/dev/firewire/ |
| H A D | firewirereg.h | 298 #define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */)
|
| /freebsd/sys/dev/ntb/ |
| H A D | ntb_transport.c | 493 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 D | rndtest.c | 97 callout_init(&rsp->rs_to, 1); in rndtest_attach()
|
| /freebsd/sys/dev/tsec/ |
| H A D | if_tsec_fdt.c | 209 callout_init(&sc->tsec_callout, 1); in tsec_fdt_attach()
|
| /freebsd/sys/dev/dcons/ |
| H A D | dcons_os.c | 397 callout_init(&dcons_callout, 1); in dcons_attach()
|
| /freebsd/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 82 callout_init(&t->callout, 1); in vchiq_init_timer()
|
| /freebsd/sys/dev/tpm/ |
| H A D | tpm20.c | 202 callout_init(&sc->discard_buffer_callout, 1); in tpm20_init()
|
| /freebsd/sys/dev/tws/ |
| H A D | tws.c | 196 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 D | phyp_console.c | 260 callout_init(&sc->callout, 1); in uart_phyp_attach()
|
| /freebsd/sys/amd64/vmm/io/ |
| H A D | vatpit.c | 455 callout_init(&vatpit->channel[i].callout, 1); in vatpit_init()
|
| /freebsd/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_rng.c | 456 callout_init(&sc->sc_rngto, CALLOUT_MPSAFE); in bcm2835_rng_attach()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic_osm_lib.h | 153 #define aic_timer_init(timer) callout_init(timer, /*mpsafe*/1)
|