Symbol: callout
sys/bus/cam/cam_ccb.h
281
struct callout *timeout_ch; /* Callout handle used for timeouts */
sys/bus/cam/cam_sim.c
203
callout_init(&sim->callout);
sys/bus/cam/cam_sim.c
206
callout_init_mp(&sim->callout);
sys/bus/cam/cam_sim.h
128
struct callout callout;
sys/bus/cam/cam_xpt.c
165
struct callout callout;
sys/bus/cam/cam_xpt.c
3432
callout_stop(&dev->callout);
sys/bus/cam/cam_xpt.c
3438
callout_reset(&dev->callout,
sys/bus/cam/cam_xpt.c
4832
callout_stop(&dev->callout);
sys/bus/cam/cam_xpt.c
4874
callout_stop(&sim->callout);
sys/bus/cam/cam_xpt.c
4934
new_ccb->ccb_h.timeout_ch = kmalloc(sizeof(struct callout), M_CAMXPT,
sys/bus/cam/cam_xpt.c
5144
callout_init(&device->callout);
sys/bus/cam/cam_xpt.c
5208
callout_stop(&device->callout);
sys/bus/cam/scsi/scsi_cd.c
341
struct callout short_handle;
sys/bus/cam/scsi/scsi_cd.c
342
struct callout long_handle;
sys/bus/firewire/firewirereg.h
143
struct callout busprobe_callout;
sys/bus/firewire/firewirereg.h
144
struct callout bmr_callout;
sys/bus/firewire/firewirereg.h
145
struct callout timeout_callout;
sys/bus/firewire/firewirereg.h
146
struct callout retry_probe_callout;
sys/bus/u4b/usbdi.h
405
struct callout co;
sys/bus/u4b/wlan/if_urtwnvar.h
214
struct callout sc_calib_to;
sys/bus/u4b/wlan/if_urtwnvar.h
215
struct callout sc_watchdog_ch;
sys/dev/acpica/acpivar.h
90
struct callout susp_force_to; /* Force suspend if no acks. */
sys/dev/apple/ir/appleir.c
153
struct callout sc_co; /* key-up timer */
sys/dev/apple/ir/appleir.c
154
struct callout sc_twoco; /* two-packet timeout */
sys/dev/crypto/rdrand/rdrand.c
79
struct callout *sc_rng_co;
sys/dev/crypto/rndtest/rndtest.h
44
struct callout rs_to;
sys/dev/crypto/tpm/tpm20.h
123
struct callout discard_buffer_callout;
sys/dev/crypto/tpm/tpm20.h
125
struct callout harvest_callout;
sys/dev/disk/ahci/ahci.h
420
struct callout ccb_timeout;
sys/dev/disk/buslogic/btreg.h
561
struct callout timer;
sys/dev/disk/dm/delay/dm_target_delay.c
59
struct callout cal;
sys/dev/disk/fd/fd.c
194
struct callout toffhandle;
sys/dev/disk/fd/fd.c
195
struct callout tohandle;
sys/dev/disk/fd/fd.c
196
struct callout motor;
sys/dev/disk/fd/fdc.h
75
struct callout pseudointr_ch;
sys/dev/disk/isp/isp_freebsd.h
138
struct callout wdog; /* watchdog timer */
sys/dev/disk/isp/isp_freebsd.h
177
struct callout ldt; /* loop down timer */
sys/dev/disk/isp/isp_freebsd.h
178
struct callout gdt; /* gone device timer */
sys/dev/disk/isp/isp_freebsd.h
259
struct callout tmo; /* general timer */
sys/dev/disk/mpt/mpt.c
2368
mpt_callout_drain(mpt, &req->callout);
sys/dev/disk/mpt/mpt.c
2710
mpt_callout_init(mpt, &req->callout);
sys/dev/disk/mpt/mpt.h
306
struct callout callout; /* Timeout for the request */
sys/dev/disk/mpt/mpt.h
627
struct callout raid_timer;
sys/dev/disk/mpt/mpt.h
770
callout_reset(&(req)->callout, (ticks), (func), (arg))
sys/dev/disk/mpt/mpt.h
772
callout_stop(&(req)->callout)
sys/dev/disk/nata/ata-all.c
208
callout_cancel(&request->callout);
sys/dev/disk/nata/ata-all.h
391
struct callout callout; /* callout management */
sys/dev/disk/nata/ata-all.h
425
struct callout spindown_timer;
sys/dev/disk/nata/ata-all.h
607
callout_terminate(&request->callout); \
sys/dev/disk/nata/ata-lowlevel.c
215
callout_reset(&request->callout, request->timeout * hz,
sys/dev/disk/nata/ata-lowlevel.c
442
callout_cancel(&request->callout);
sys/dev/disk/nata/ata-queue.c
578
callout_cancel(&request->callout);
sys/dev/disk/nata/ata-queue.c
93
callout_init_lk(&request->callout, &ch->state_mtx);
sys/dev/disk/nata/chipsets/ata-ahci.c
329
callout_reset(&request->callout, request->timeout * hz,
sys/dev/disk/nata/chipsets/ata-ahci.c
346
callout_cancel(&request->callout);
sys/dev/disk/nata/chipsets/ata-marvell.c
456
callout_cancel(&request->callout);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
557
callout_reset(&request->callout, request->timeout * hz,
sys/dev/disk/nata/chipsets/ata-siliconimage.c
572
callout_cancel(&request->callout);
sys/dev/disk/ncr/ncr.c
1091
struct callout timeout_ch;
sys/dev/disk/sbp/sbp.c
183
struct callout login_callout;
sys/dev/disk/sbp/sbp.c
201
struct callout mgm_ocb_timeout;
sys/dev/disk/sbp/sbp.c
202
struct callout scan_callout;
sys/dev/disk/sdhci/sdhci.h
379
struct callout card_callout; /* Card insert delay callout */
sys/dev/disk/sdhci/sdhci.h
380
struct callout timeout_callout;/* Card command/data response timeout */
sys/dev/disk/sili/sili.h
726
struct callout ccb_timeout;
sys/dev/disk/sym/sym_hipd.c
1397
struct callout ch; /* callout handle */
sys/dev/drm/include/linux/timer.h
40
struct callout timer_callout;
sys/dev/drm/include/linux/workqueue.h
68
struct callout timer;
sys/dev/drm/linux_rcu.c
63
struct callout timer_callout;
sys/dev/misc/cmx/cmxvar.h
54
struct callout ch; /* callout handle */
sys/dev/misc/dcons/dcons_os.c
118
static struct callout dcons_callout;
sys/dev/misc/ecc/ecc_amd8000.c
57
struct callout ecc_callout;
sys/dev/misc/ecc/ecc_x3400.c
78
struct callout ecc_callout;
sys/dev/misc/evdev/evdev_private.h
119
struct callout ev_rep_callout; /* (s) */
sys/dev/misc/ipmi/ipmivars.h
114
struct callout ipmi_watchdog;
sys/dev/misc/kbd/kbdreg.h
101
struct callout kb_atkbd_timeout_ch;
sys/dev/misc/led/led.c
44
static struct callout led_ch;
sys/dev/misc/lpt/lpt.c
138
struct callout sc_callout;
sys/dev/misc/psm/psm.c
1257
callout_reset(&sc->callout, hz * 2, psmtimeout, (void *)(uintptr_t)sc);
sys/dev/misc/psm/psm.c
1276
callout_stop(&sc->callout);
sys/dev/misc/psm/psm.c
2007
callout_init_lk(&sc->callout, &sc->lock);
sys/dev/misc/psm/psm.c
2123
callout_terminate(&sc->callout);
sys/dev/misc/psm/psm.c
2372
callout_stop(&sc->callout);
sys/dev/misc/psm/psm.c
2951
callout_reset(&sc->callout, hz, psmtimeout, (void *)(uintptr_t)sc);
sys/dev/misc/psm/psm.c
472
struct callout callout; /* watchdog timer call out */
sys/dev/misc/psm/psm.c
473
struct callout softcallout; /* buffer timer call out */
sys/dev/misc/syscons/syscons.h
225
struct callout scrn_timer_ch;
sys/dev/misc/syscons/syscons.h
313
struct callout blink_screen_ch;
sys/dev/netif/ae/if_aevar.h
124
struct callout ae_tick_ch;
sys/dev/netif/age/if_agevar.h
217
struct callout age_tick_ch;
sys/dev/netif/alc/if_alcvar.h
245
struct callout alc_tick_ch;
sys/dev/netif/ale/if_alevar.h
218
struct callout ale_tick_ch;
sys/dev/netif/ath/ath/if_athvar.h
755
struct callout sc_ledtimer; /* led off timer */
sys/dev/netif/ath/ath/if_athvar.h
807
struct callout sc_wd_ch; /* tx watchdog timer */
sys/dev/netif/ath/ath/if_athvar.h
830
struct callout sc_cal_ch; /* callout handle for cals */
sys/dev/netif/bce/if_bcereg.h
6038
struct callout bce_tick_callout;
sys/dev/netif/bce/if_bcereg.h
6039
struct callout bce_pulse_callout;
sys/dev/netif/bce/if_bcereg.h
6045
struct callout bce_ckmsi_callout;
sys/dev/netif/bfe/if_bfereg.h
484
struct callout bfe_stat_timer;
sys/dev/netif/bge/if_bgevar.h
294
struct callout bge_stat_timer;
sys/dev/netif/bnx/if_bnxvar.h
275
struct callout bnx_intr_timer;
sys/dev/netif/bnx/if_bnxvar.h
377
struct callout bnx_tick_timer;
sys/dev/netif/bwn/bwn/if_bwnvar.h
1000
struct callout sc_watchdog_ch;
sys/dev/netif/bwn/bwn/if_bwnvar.h
1014
struct callout sc_led_blink_ch;
sys/dev/netif/bwn/bwn/if_bwnvar.h
998
struct callout sc_rfswitch_ch; /* for laptop */
sys/dev/netif/bwn/bwn/if_bwnvar.h
999
struct callout sc_task_ch;
sys/dev/netif/dc/if_dcreg.h
724
struct callout dc_stat_timer;
sys/dev/netif/de/if_devar.h
513
struct callout tulip_callout;
sys/dev/netif/em/if_em.h
284
struct callout timer;
sys/dev/netif/em/if_em.h
285
struct callout tx_fifo_timer;
sys/dev/netif/em/if_em.h
328
struct callout tx_gc_timer;
sys/dev/netif/emx/if_emx.h
343
struct callout tx_gc_timer;
sys/dev/netif/emx/if_emx.h
383
struct callout timer;
sys/dev/netif/et/if_etvar.h
226
struct callout sc_tick;
sys/dev/netif/fxp/if_fxpvar.h
113
struct callout fxp_stat_timer; /* Handle for stat timeouts */
sys/dev/netif/igb/if_igb.h
259
struct callout tx_gc_timer;
sys/dev/netif/igb/if_igb.h
339
struct callout timer;
sys/dev/netif/iwi/if_iwivar.h
218
struct callout sc_ledtimer; /* led off timer */
sys/dev/netif/iwi/if_iwivar.h
219
struct callout sc_wdtimer; /* watchdog timer */
sys/dev/netif/iwi/if_iwivar.h
220
struct callout sc_rftimer; /* rfkill timer */
sys/dev/netif/iwm/if_iwmvar.h
429
struct callout sc_watchdog_to;
sys/dev/netif/iwm/if_iwmvar.h
430
struct callout sc_led_blink_to;
sys/dev/netif/iwn/if_iwnvar.h
320
struct callout calib_to;
sys/dev/netif/iwn/if_iwnvar.h
324
struct callout watchdog_to;
sys/dev/netif/ix/if_ix.h
246
struct callout tx_gc_timer;
sys/dev/netif/ix/if_ix.h
323
struct callout timer;
sys/dev/netif/ix/if_ix.h
342
struct callout fw_timer;
sys/dev/netif/jme/if_jmevar.h
289
struct callout jme_tick_ch;
sys/dev/netif/lge/if_lgereg.h
536
struct callout lge_stat_timer;
sys/dev/netif/msk/if_mskreg.h
2516
struct callout msk_tick_ch;
sys/dev/netif/mxge/if_mxge_var.h
180
struct callout co_hdl;
sys/dev/netif/nfe/if_nfevar.h
92
struct callout sc_tick_ch;
sys/dev/netif/nge/if_ngereg.h
649
struct callout nge_stat_timer;
sys/dev/netif/oce/oce_if.h
884
struct callout timer;
sys/dev/netif/pcn/if_pcnreg.h
440
struct callout pcn_stat_timer;
sys/dev/netif/ral/rt2560var.h
118
struct callout watchdog_ch;
sys/dev/netif/ral/rt2661var.h
111
struct callout watchdog_ch;
sys/dev/netif/ral/rt2860var.h
129
struct callout watchdog_ch;
sys/dev/netif/re/if_revar.h
132
struct callout re_timer;
sys/dev/netif/re/re.h
921
struct callout re_stat_ch;
sys/dev/netif/rl/if_rlreg.h
377
struct callout rl_stat_timer;
sys/dev/netif/sf/if_sfreg.h
1019
struct callout sf_stat_timer;
sys/dev/netif/sis/if_sisreg.h
447
struct callout sis_timer;
sys/dev/netif/sk/if_skvar.h
198
struct callout sk_tick_timer;
sys/dev/netif/sln/if_slnvar.h
58
struct callout sln_state;
sys/dev/netif/ste/if_stereg.h
508
struct callout ste_stat_timer;
sys/dev/netif/stge/if_stgevar.h
137
struct callout sc_tick_ch; /* tick callout */
sys/dev/netif/tl/if_tlreg.h
128
struct callout tl_stat_timer;
sys/dev/netif/tx/if_txvar.h
68
struct callout tx_stat_timer;
sys/dev/netif/txp/if_txpreg.h
606
struct callout txp_stat_timer;
sys/dev/netif/vr/if_vrreg.h
475
struct callout vr_stat_timer;
sys/dev/netif/wb/if_wbreg.h
380
struct callout wb_stat_timer;
sys/dev/netif/wi/if_wivar.h
78
struct callout sc_watchdog;
sys/dev/netif/wpi/if_wpivar.h
204
struct callout calib_to;
sys/dev/netif/wpi/if_wpivar.h
206
struct callout scan_timeout;
sys/dev/netif/wpi/if_wpivar.h
207
struct callout tx_timeout;
sys/dev/netif/wpi/if_wpivar.h
210
struct callout watchdog_rfkill;
sys/dev/netif/xe/if_xevar.h
40
struct callout xe_timer;
sys/dev/netif/xl/if_xlreg.h
606
struct callout xl_stat_timer;
sys/dev/raid/aac/aacvar.h
424
struct callout aac_daemontime; /* clock daemon callout */
sys/dev/raid/arcmsr/arcmsr.h
1196
struct callout ccb_callout;
sys/dev/raid/arcmsr/arcmsr.h
1309
struct callout devmap_callout;
sys/dev/raid/ciss/cissvar.h
226
struct callout ciss_periodic; /* periodic event handling */
sys/dev/raid/hpt27xx/os_bsd.h
176
struct callout timer;
sys/dev/raid/hptmv/osbsd.h
172
struct callout event_timer_connect;
sys/dev/raid/hptmv/osbsd.h
173
struct callout event_timer_disconnect;
sys/dev/raid/hptrr/os_bsd.h
156
struct callout timeout;
sys/dev/raid/hptrr/os_bsd.h
178
struct callout timer;
sys/dev/raid/ips/ips.h
431
struct callout timer;
sys/dev/raid/mfi/mfivar.h
304
struct callout mfi_watchdog_callout;
sys/dev/raid/mlx/mlxvar.h
150
struct callout mlx_timeout; /* periodic status monitor */
sys/dev/raid/mly/mlyvar.h
223
struct callout mly_periodic; /* periodic event handling */
sys/dev/raid/mly/mlyvar.h
224
struct callout mly_timeout; /* timeout event handling */
sys/dev/raid/mpr/mpr_sas.h
101
struct callout discovery_callout;
sys/dev/raid/mpr/mprvar.h
254
struct callout cm_callout;
sys/dev/raid/mpr/mprvar.h
339
struct callout periodic;
sys/dev/raid/mpr/mprvar.h
340
struct callout device_check_callout;
sys/dev/raid/mps/mps_sas.h
95
struct callout discovery_callout;
sys/dev/raid/mps/mpsvar.h
267
struct callout cm_callout;
sys/dev/raid/mps/mpsvar.h
312
struct callout periodic;
sys/dev/raid/mrsas/mrsas.h
1277
struct callout cm_callout;
sys/dev/raid/twa/tw_osl.h
152
struct callout watchdog_callout[2]; /* For command timeout */
sys/dev/raid/tws/tws.h
263
struct callout print_stats_handle;
sys/dev/raid/tws/tws.h
264
struct callout reset_cb_handle;
sys/dev/raid/tws/tws.h
265
struct callout reinit_handle;
sys/dev/raid/tws/tws_hdm.h
415
struct callout thandle; /* handle to req timeout */
sys/dev/serial/sio/sio.c
267
static struct callout sio_timeout_handle;
sys/dev/serial/sio/sio_private.h
94
struct callout dtr_ch;
sys/dev/serial/sio/sio_private.h
95
struct callout busy_ch;
sys/dev/sound/midi/mpu401.c
74
struct callout timer;
sys/dev/sound/pci/atiixp.c
133
struct callout poll_timer;
sys/dev/sound/pci/es137x.c
228
struct callout poll_timer;
sys/dev/sound/pci/hda/hdaa.h
214
struct callout poll_jack;
sys/dev/sound/pci/hda/hdac_private.h
199
struct callout poll_callout;
sys/dev/sound/pci/via8233.c
125
struct callout poll_timer;
sys/dev/virtual/amazon/ena/ena.h
380
struct callout timer_service;
sys/dev/virtual/virtio/random/virtio_random.c
49
struct callout vtrnd_callout;
sys/dev/virtual/virtio/scsi/virtio_scsivar.h
134
struct callout vsr_callout;
sys/dev/virtual/vmware/pvscsi/pvscsi.c
1261
callout_reset(&hcb->callout, (ccb->ccb_h.timeout * hz) / 1000,
sys/dev/virtual/vmware/pvscsi/pvscsi.c
176
struct callout callout;
sys/dev/virtual/vmware/pvscsi/pvscsi.c
543
callout_drain(&hcb->callout);
sys/dev/virtual/vmware/pvscsi/pvscsi.c
606
callout_init_lk(&hcb->callout, &sc->lock);
sys/dev/virtual/vmware/pvscsi/pvscsi.c
864
callout_reset(&hcb->callout, (PVSCSI_ABORT_TIMEOUT * hz) / 1000,
sys/dev/virtual/vmware/pvscsi/pvscsi.c
871
callout_reset(&hcb->callout, (PVSCSI_RESET_TIMEOUT * hz) / 1000,
sys/dev/virtual/vmware/pvscsi/pvscsi.c
878
callout_reset(&hcb->callout, (PVSCSI_RESET_TIMEOUT * hz) / 1000,
sys/dev/virtual/vmware/pvscsi/pvscsi.c
901
callout_stop(&hcb->callout);
sys/dev/virtual/vmware/vmxnet3/if_vmxvar.h
248
struct callout vmx_tick;
sys/kern/kern_acct.c
83
static struct callout acctwatch_handle;
sys/kern/kern_event.c
426
struct callout *calloutp;
sys/kern/kern_event.c
433
calloutp = (struct callout *)kn->kn_hook;
sys/kern/kern_event.c
482
struct callout *calloutp;
sys/kern/kern_event.c
508
struct callout *calloutp;
sys/kern/kern_event.c
510
calloutp = (struct callout *)kn->kn_hook;
sys/kern/kern_ktr.c
212
struct callout ktr_resync_callout;
sys/kern/kern_synch.c
522
struct callout thandle1;
sys/kern/kern_timeout.c
1032
callout_cancel(struct callout *cc)
sys/kern/kern_timeout.c
1047
callout_drain(struct callout *cc)
sys/kern/kern_timeout.c
1060
callout_stop_async(struct callout *cc)
sys/kern/kern_timeout.c
1074
callout_deactivate(struct callout *cc)
sys/kern/kern_timeout.c
1091
callout_stop(struct callout *cc)
sys/kern/kern_timeout.c
1104
callout_terminate(struct callout *cc)
sys/kern/kern_timeout.c
1128
callout_pending(struct callout *cc)
sys/kern/kern_timeout.c
1155
callout_active(struct callout *cc)
sys/kern/kern_timeout.c
496
struct callout slotimer1;
sys/kern/kern_timeout.c
700
struct callout *c = arg;
sys/kern/kern_timeout.c
712
_callout_gettoc(struct callout *cc)
sys/kern/kern_timeout.c
760
_callout_init(struct callout *cc CALLOUT_DEBUG_ARGS)
sys/kern/kern_timeout.c
767
_callout_init_mp(struct callout *cc CALLOUT_DEBUG_ARGS)
sys/kern/kern_timeout.c
774
_callout_init_lk(struct callout *cc, struct lock *lk CALLOUT_DEBUG_ARGS)
sys/kern/kern_timeout.c
795
callout_reset(struct callout *cc, int to_ticks, void (*ftn)(void *), void *arg)
sys/kern/kern_timeout.c
826
callout_reset_bycpu(struct callout *cc, int to_ticks, void (*ftn)(void *),
sys/kern/kern_timeout.c
859
_callout_cancel_or_stop(struct callout *cc, uint32_t flags, int sync)
sys/kern/kern_timeout.c
940
_callout_setup_quick(struct callout *cc, struct _callout *c, int ticks,
sys/kern/kern_wdog.c
53
static struct callout wdog_callout;
sys/kern/subr_log.c
81
struct callout sc_callout; /* callout to wakeup syslog */
sys/net/altq/altq_cbq.h
109
struct callout cbq_callout; /* for timeouts */
sys/net/altq/altq_rmclass.h
171
struct callout callout_; /* for timeout() calls */
sys/net/altq/altq_subr.c
84
static struct callout tbr_callout;
sys/net/bpfdesc.h
92
struct callout bd_callout; /* for BPF timeouts with select */
sys/net/bridge/if_bridgevar.h
369
struct callout sc_brcallout; /* bridge callout */
sys/net/bridge/if_bridgevar.h
371
struct callout sc_bstpcallout; /* STP callout */
sys/net/if.c
190
static struct callout if_slowtimo_timer;
sys/net/ifq_var.h
69
struct callout wd_callout;
sys/net/ip_mroute/ip_mroute.c
104
static struct callout expire_upcalls_ch;
sys/net/ip_mroute/ip_mroute.c
105
static struct callout tbf_reprocess_q_ch;
sys/net/ip_mroute/ip_mroute.c
155
static struct callout bw_meter_ch;
sys/net/ip_mroute/ip_mroute.c
164
static struct callout bw_upcalls_ch;
sys/net/ipfw/ip_fw2.c
569
struct callout ipfw_stateto_ch;
sys/net/ipfw/ip_fw2.c
575
struct callout ipfw_trackto_ch;
sys/net/ipfw/ip_fw2.c
581
struct callout ipfw_keepalive_ch;
sys/net/ipfw/ip_fw2.c
586
struct callout ipfw_xlatreap_ch;
sys/net/ipfw/ip_fw2.c
639
struct callout ipfw_crossref_ch;
sys/net/ipfw3_basic/ip_fw3_state.c
82
static struct callout ip_fw3_state_cleanup_callout;
sys/net/ipfw3_nat/ip_fw3_nat.c
105
static struct callout ip_fw3_nat_cleanup_callout;
sys/net/lagg/ieee8023ad_lacp.h
243
struct callout lsc_transit_callout;
sys/net/lagg/ieee8023ad_lacp.h
244
struct callout lsc_callout;
sys/net/lagg/if_lagg.h
242
struct callout sc_callout;
sys/net/pf/if_pfsync.h
136
struct callout sc_tmo;
sys/net/pf/if_pfsync.h
137
struct callout sc_tdb_tmo;
sys/net/pf/if_pfsync.h
138
struct callout sc_bulk_tmo;
sys/net/pf/if_pfsync.h
139
struct callout sc_bulkfail_tmo;
sys/net/sl/if_slvar.h
66
struct callout sc_oftimeout;
sys/net/sl/if_slvar.h
67
struct callout sc_katimeout;
sys/net/sppp/if_sppp.h
161
struct callout timeout[IDX_COUNT]; /* per-proto and if callouts */
sys/net/sppp/if_sppp.h
162
struct callout pap_my_to; /* PAP needs one more... */
sys/net/sppp/if_spppsubr.c
222
static struct callout keepalive_timeout;
sys/net/wg/if_wg.c
242
struct callout p_new_handshake;
sys/net/wg/if_wg.c
243
struct callout p_send_keepalive;
sys/net/wg/if_wg.c
244
struct callout p_retry_handshake;
sys/net/wg/if_wg.c
245
struct callout p_zero_key_material;
sys/net/wg/if_wg.c
246
struct callout p_persistent_keepalive;
sys/net/wg/wg_cookie.c
97
struct callout rl_gc;
sys/netbt/hci.h
2408
struct callout hl_expire; /* connection expiry timer */
sys/netbt/l2cap.h
428
struct callout lr_rtx; /* response timer */
sys/netbt/rfcomm.h
293
struct callout rs_timeout; /* timeout */
sys/netbt/rfcomm.h
339
struct callout rd_timeout; /* timeout */
sys/netgraph/bridge/ng_bridge.c
101
struct callout timer; /* one second periodic timer */
sys/netgraph/cisco/ng_cisco.c
104
struct callout timeout;
sys/netgraph/fec/ng_fec.c
165
struct callout fec_timeout; /* callout for ticker */
sys/netgraph/l2tp/ng_l2tp.c
132
struct callout rack_timer; /* retransmit timer */
sys/netgraph/l2tp/ng_l2tp.c
133
struct callout xack_timer; /* delayed ack timer */
sys/netgraph/lmi/ng_lmi.c
130
struct callout timeout; /* see timeout(9) */
sys/netgraph/ppp/ng_ppp.c
205
struct callout fragTimer; /* fraq queue check */
sys/netgraph/pppoe/ng_pppoe.c
128
struct callout timeout_ch;
sys/netgraph/pptpgre/ng_pptpgre.c
147
struct callout sackTimer; /* send ack timer */
sys/netgraph/pptpgre/ng_pptpgre.c
148
struct callout rackTimer; /* recv ack timer */
sys/netgraph/tty/ng_tty.c
94
struct callout ctimeout; /* See man timeout(9) */
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h
98
struct callout timo; /* See man timeout(9) */
sys/netgraph7/bluetooth/hci/ng_hci_var.h
153
struct callout cmd_timo; /* command timeout */
sys/netgraph7/bluetooth/hci/ng_hci_var.h
188
struct callout con_timo; /* con. timeout */
sys/netgraph7/bluetooth/include/ng_btsocket_l2cap.h
162
struct callout timo; /* timeout */
sys/netgraph7/bluetooth/include/ng_btsocket_rfcomm.h
299
struct callout timo; /* timeout */
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
118
struct callout con_timo; /* connection timeout */
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
181
struct callout timo; /* RTX/ERTX timeout */
sys/netgraph7/bridge/ng_bridge.c
106
struct callout timer; /* one second periodic timer */
sys/netgraph7/cisco/ng_cisco.c
102
struct callout handle;
sys/netgraph7/l2tp/ng_l2tp.c
143
struct callout rack_timer; /* retransmit timer */
sys/netgraph7/l2tp/ng_l2tp.c
144
struct callout xack_timer; /* delayed ack timer */
sys/netgraph7/lmi/ng_lmi.c
125
struct callout handle; /* see timeout(9) */
sys/netgraph7/netflow/ng_netflow.h
225
struct callout exp_callout; /* expiry periodic job */
sys/netgraph7/netgraph.h
1141
int ng_uncallout(struct callout *c, node_p node);
sys/netgraph7/netgraph.h
1142
int ng_callout(struct callout *c, node_p node, hook_p hook, int ticks,
sys/netgraph7/netgraph/ng_base.c
3248
ng_callout(struct callout *c, node_p node, hook_p hook, int ticks,
sys/netgraph7/netgraph/ng_base.c
3273
ng_uncallout(struct callout *c, node_p node)
sys/netgraph7/ng_car.c
70
struct callout q_callout; /* periodic queue processing routine */
sys/netgraph7/ng_source.c
90
struct callout intr_ch;
sys/netgraph7/ppp/ng_ppp.c
225
struct callout fragTimer; /* fraq queue check */
sys/netgraph7/pppoe/ng_pppoe.c
215
struct callout handle; /* see timeout(9) */
sys/netgraph7/pptpgre/ng_pptpgre.c
157
struct callout sackTimer; /* send ack timer */
sys/netgraph7/pptpgre/ng_pptpgre.c
158
struct callout rackTimer; /* recv ack timer */
sys/netgraph7/tty/ng_tty.c
94
struct callout chand; /* See man timeout(9) */
sys/netinet/if_ether.c
174
struct callout timer_ch;
sys/netinet/igmp.c
100
static struct callout igmp_slowtimo_ch;
sys/netinet/igmp.c
102
static struct callout igmp_fasttimo_ch;
sys/netinet/in_rmx.c
76
struct callout timo_ch;
sys/netinet/ip_carp.c
311
struct callout sc_ad_tmo; /* advertisement timeout */
sys/netinet/ip_carp.c
313
struct callout sc_md_tmo; /* ip4 master down timeout */
sys/netinet/ip_carp.c
314
struct callout sc_md6_tmo; /* ip6 master down timeout */
sys/netinet/ip_flow.c
107
struct callout ipf_timeo;
sys/netinet/ip_input.c
244
struct callout timeo_ch;
sys/netinet/tcp_syncache.c
163
struct callout timeo;
sys/netinet/tcp_timer.c
256
struct callout *co = &tp->tt_delack->tc_callout;
sys/netinet/tcp_timer.c
304
struct callout *co = &tp->tt_2msl->tc_callout;
sys/netinet/tcp_timer.c
385
struct callout *co = &tp->tt_keep->tc_callout;
sys/netinet/tcp_timer.c
444
struct callout *co = &tp->tt_persist->tc_callout;
sys/netinet/tcp_timer.c
674
struct callout *co = &tp->tt_rexmt->tc_callout;
sys/netinet/tcp_timer.h
155
struct callout tc_callout;
sys/netinet6/frag6.c
86
static struct callout frag6_slowtimo_ch;
sys/netinet6/icmp6.c
173
static struct callout icmp6_fasttimo_ch;
sys/netinet6/in6_ifattach.c
68
static struct callout in6_tmpaddrtimer_ch;
sys/netinet6/in6_rmx.c
109
struct callout timo_ch;
sys/netinet6/ip6_mroute.c
258
static struct callout expire_upcalls_ch;
sys/netinet6/nd6.c
156
static struct callout nd6_slowtimo_ch;
sys/netinet6/nd6.c
159
static struct callout nd6_timer_ch;
sys/netinet6/nd6_nbr.c
1087
struct callout dad_timer_ch;
sys/netproto/802_11/ieee80211_dfs.h
42
struct callout nol_timer; /* NOL list processing */
sys/netproto/802_11/ieee80211_dfs.h
43
struct callout cac_timer; /* CAC timer */
sys/netproto/802_11/ieee80211_ht.h
59
struct callout txa_timer;
sys/netproto/802_11/ieee80211_mesh.h
424
struct callout rt_discovery; /* discovery timeout */
sys/netproto/802_11/ieee80211_mesh.h
521
struct callout ms_cleantimer;
sys/netproto/802_11/ieee80211_mesh.h
522
struct callout ms_gatetimer;
sys/netproto/802_11/ieee80211_node.h
204
struct callout ni_mltimer; /* link mesh timer */
sys/netproto/802_11/ieee80211_node.h
207
struct callout ni_mlhtimer; /* link mesh backoff timer */
sys/netproto/802_11/ieee80211_var.h
131
struct callout ic_inact; /* inactivity processing */
sys/netproto/802_11/ieee80211_var.h
392
struct callout iv_mgtsend; /* mgmt frame response timer */
sys/netproto/802_11/ieee80211_var.h
424
struct callout iv_swbmiss; /* s/w beacon miss timer */
sys/netproto/802_11/wlan/ieee80211_hwmp.c
153
struct callout hs_roottimer;
sys/platform/pc64/isa/clock.c
147
static struct callout sysbeepstop_ch;
sys/sys/callout.h
110
int callout_active(struct callout *ext);
sys/sys/callout.h
111
int callout_pending(struct callout *ext);
sys/sys/callout.h
112
void callout_deactivate(struct callout *ext);
sys/sys/callout.h
115
void _callout_init (struct callout *cc
sys/sys/callout.h
117
void _callout_init_mp (struct callout *cc
sys/sys/callout.h
119
void _callout_init_lk (struct callout *cc, struct lock *lk
sys/sys/callout.h
122
void _callout_setup_quick(struct callout *cc, struct _callout *c,
sys/sys/callout.h
126
void callout_reset (struct callout *, int,
sys/sys/callout.h
128
void callout_reset_bycpu (struct callout *, int,
sys/sys/callout.h
131
int callout_stop (struct callout *cc);
sys/sys/callout.h
132
int callout_stop_async (struct callout *cc);
sys/sys/callout.h
133
void callout_terminate (struct callout *cc);
sys/sys/callout.h
134
int callout_cancel (struct callout *cc);
sys/sys/callout.h
135
int callout_drain (struct callout *cc);
sys/sys/callout.h
51
struct callout;
sys/sys/callout.h
58
struct callout *verifier;
sys/sys/csprng.h
35
struct callout reseed_callout;
sys/sys/globaldata.h
204
struct callout gd_loadav_callout; /* loadavg calc */
sys/sys/globaldata.h
205
struct callout gd_schedcpu_callout; /* scheduler/stats */
sys/sys/proc.h
252
struct callout p_ithandle; /* for scheduling p_realtimer */
sys/sys/taskqueue.h
69
struct callout c;
sys/vfs/autofs/autofs.h
108
struct callout an_callout;
sys/vfs/nfs/nfs.h
307
extern struct callout nfs_timer_handle;
sys/vfs/nfs/nfs_socket.c
137
struct callout nfs_timer_handle;
tools/tools/netrate/pktgen/pktgen.c
96
struct callout pktg_stop;