sys/altq/altq_cbq.h
210
struct callout cbq_callout; /* for timeouts */
sys/altq/altq_rmclass.h
161
struct callout callout_; /* for timeout() calls */
sys/altq/altq_subr.c
79
static struct callout tbr_callout;
sys/arch/acorn32/mainbus/fd.c
160
struct callout sc_timo_ch; /* timeout callout */
sys/arch/acorn32/mainbus/fd.c
161
struct callout sc_intr_ch; /* pseudo-intr callout */
sys/arch/acorn32/mainbus/fd.c
225
struct callout sc_motoron_ch;
sys/arch/acorn32/mainbus/fd.c
226
struct callout sc_motoroff_ch;
sys/arch/acorn32/podulebus/sbicvar.h
88
struct callout sc_timo_ch;
sys/arch/alpha/alpha/promcons.c
93
struct callout prom_ch;
sys/arch/amiga/dev/fd.c
150
struct callout calibrate_ch;
sys/arch/amiga/dev/fd.c
151
struct callout motor_ch;
sys/arch/amiga/dev/ms.c
95
struct callout ms_intr_ch;
sys/arch/amiga/dev/par.c
68
struct callout sc_timo_ch;
sys/arch/amiga/dev/par.c
69
struct callout sc_start_ch;
sys/arch/amiga/dev/sbicvar.h
103
struct callout sc_timo_ch;
sys/arch/arc/jazz/fd.c
153
struct callout sc_motoron_ch;
sys/arch/arc/jazz/fd.c
154
struct callout sc_motoroff_ch;
sys/arch/arc/jazz/fdcvar.h
110
struct callout sc_timo_ch; /* timeout callout */
sys/arch/arc/jazz/fdcvar.h
111
struct callout sc_intr_ch; /* pseudo-intr callout */
sys/arch/arm/broadcom/bcm53xx_rng.c
57
struct callout sc_rnd_callout;
sys/arch/arm/ep93xx/epevar.h
62
struct callout epe_tick_ch;
sys/arch/arm/footbridge/footbridge_com.c
85
struct callout sc_softintr_ch;
sys/arch/arm/gemini/lpc_com.c
77
struct callout sc_callout;
sys/arch/arm/imx/imxuartvar.h
121
struct callout sc_diag_callout;
sys/arch/arm/iomd/qms.c
67
struct callout sc_callout;
sys/arch/arm/s3c2xx0/s3c2440_touch.c
156
callout_init(&sc->callout, 0);
sys/arch/arm/s3c2xx0/s3c2440_touch.c
157
callout_setfunc(&sc->callout, sstouch_callout, sc);
sys/arch/arm/s3c2xx0/s3c2440_touch.c
241
callout_schedule(&sc->callout, hz/50);
sys/arch/arm/s3c2xx0/s3c2440_touch.c
69
callout_t callout;
sys/arch/arm/s3c2xx0/sscom_var.h
107
struct callout sc_diag_callout;
sys/arch/arm/sunxi/sun8i_crypto.c
123
struct callout sc_timeout;
sys/arch/arm/xilinx/zynq_uart.c
224
struct callout sc_diag_callout;
sys/arch/arm/xscale/ixp425_if_npe.c
110
struct callout sc_tick_ch; /* Tick callout */
sys/arch/atari/dev/fd.c
135
struct callout sc_motor_ch;
sys/arch/atari/dev/hdfd.c
193
struct callout sc_timo_ch; /* timeout callout */
sys/arch/atari/dev/hdfd.c
194
struct callout sc_intr_ch; /* pseudo-intr callout */
sys/arch/atari/dev/hdfd.c
255
struct callout sc_motoron_ch;
sys/arch/atari/dev/hdfd.c
256
struct callout sc_motoroff_ch;
sys/arch/atari/dev/if_ne_mb.c
108
struct callout sc_poll;
sys/arch/atari/dev/lpt.c
97
struct callout sc_wakeup_ch;
sys/arch/atari/dev/msvar.h
51
struct callout ms_delay_ch;
sys/arch/atari/dev/ser.c
164
struct callout sc_diag_ch;
sys/arch/cobalt/dev/lcdpanel.c
69
struct callout sc_callout;
sys/arch/emips/ebus/ace_ebus.c
151
struct callout sc_restart_ch;
sys/arch/emips/ebus/flash_ebus.c
173
struct callout sc_restart_ch;
sys/arch/evbarm/dev/plcomvar.h
98
struct callout sc_diag_callout;
sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c
217
callout_init(&sc->callout, 0);
sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c
551
callout_stop(&sc->callout);
sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c
564
callout_reset(&sc->callout, DEBOUNCE_TICKS, kmkbd_debounce, sc);
sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c
568
callout_reset(&sc->callout, RELEASE_WATCH_TICKS, kmkbd_watch, sc);
sys/arch/evbarm/g42xxeb/g42xxeb_kmkbd.c
71
struct callout callout;
sys/arch/evbarm/g42xxeb/gb225var.h
60
struct callout sc_callout;
sys/arch/evbarm/ixdp425/ixdp425_led.c
58
struct callout sc_co;
sys/arch/evbarm/ixm1200/nappi_nr.c
62
struct callout sc_co;
sys/arch/evbarm/netwalker/netwalker_btn.c
69
struct callout sc_c;
sys/arch/evbarm/nslu2/nslu2_leds.c
66
struct callout sc_usb0;
sys/arch/evbarm/nslu2/nslu2_leds.c
68
struct callout sc_usb1;
sys/arch/evbarm/nslu2/nslu2_leds.c
70
struct callout sc_usb2;
sys/arch/evbarm/tsarm/tspld.c
85
struct callout boardtemp_callout;
sys/arch/evbppc/virtex/dev/if_temac.c
161
struct callout sc_rx_timo;
sys/arch/evbppc/virtex/dev/if_temac.c
162
struct callout sc_mii_tick;
sys/arch/hp300/dev/dma.c
123
struct callout sc_debug_ch;
sys/arch/hp300/dev/dnkbd.c
187
struct callout sc_bellstop_tmo;
sys/arch/hp300/dev/fhpib.c
141
struct callout sc_dmadone_ch;
sys/arch/hp300/dev/fhpib.c
142
struct callout sc_ppwatch_ch;
sys/arch/hp300/dev/mt.c
101
struct callout sc_start_ch;
sys/arch/hp300/dev/mt.c
102
struct callout sc_intr_ch;
sys/arch/hp300/dev/nhpib.c
150
struct callout sc_read_ch;
sys/arch/hp300/dev/nhpib.c
151
struct callout sc_ppwatch_ch;
sys/arch/hp300/dev/ppi.c
97
struct callout sc_timo_ch;
sys/arch/hp300/dev/ppi.c
98
struct callout sc_start_ch;
sys/arch/hp300/dev/rdvar.h
64
struct callout sc_restart_ch;
sys/arch/hpcarm/dev/j720tp.c
93
struct callout sc_tpcallout;
sys/arch/hpcarm/dev/wzero3_kbd.c
107
struct callout sc_keyscan_ch;
sys/arch/hpcarm/dev/wzero3_keypad.c
136
struct callout sc_poll_ch;
sys/arch/hpcarm/dev/wzero3_tp.c
118
struct callout sc_tp_poll;
sys/arch/hpcmips/dev/tc5165buf.c
72
struct callout scc_soft_ch;
sys/arch/hpcmips/vr/vrpiuvar.h
59
struct callout sc_adpoll;
sys/arch/hpcmips/vr/vrpiuvar.h
60
struct callout sc_tptimeout;
sys/arch/hpcsh/dev/hd64461/hd64461video.c
113
struct callout unblank_ch;
sys/arch/hpcsh/dev/j6x0tp.c
119
struct callout sc_touch_ch;
sys/arch/hpcsh/dev/pfckbd.c
65
struct callout pc_soft_ch;
sys/arch/hpcsh/dev/psh3tp.c
98
struct callout sc_touch_ch;
sys/arch/hppa/dev/lcd.c
44
struct callout sc_to;
sys/arch/hppa/dev/pdc.c
57
struct callout sc_to;
sys/arch/hppa/dev/power.c
90
struct callout sc_callout;
sys/arch/hppa/gsc/harmonyvar.h
109
struct callout sc_acc_tmo;
sys/arch/hppa/hppa/autoconf.c
147
static struct callout hppa_led_callout;
sys/arch/hppa/hppa/machdep.c
2071
struct callout bls_to;
sys/arch/i386/pci/glxsb.c
159
struct callout sc_co;
sys/arch/landisk/dev/btn_obio.c
62
struct callout sc_guard_ch;
sys/arch/mac68k/dev/aedvar.h
38
struct callout sc_repeat_ch;
sys/arch/mac68k/nubus/cpi_nubusvar.h
89
struct callout sc_wakeupchan;
sys/arch/mac68k/obio/ascvar.h
39
struct callout sc_bell_ch;
sys/arch/mac68k/obio/iwm_fdvar.h
135
struct callout motor_ch; /* motor callout */
sys/arch/macppc/dev/adb_direct.c
224
struct callout adb_cuda_tickle_ch;
sys/arch/macppc/dev/adb_direct.c
225
struct callout adb_soft_intr_ch;
sys/arch/macppc/dev/aedvar.h
38
struct callout sc_repeat_ch;
sys/arch/macppc/dev/if_bm.c
82
struct callout sc_tick_ch;
sys/arch/macppc/dev/if_gm.c
83
struct callout sc_tick_ch;
sys/arch/mips/alchemy/dev/if_aumac.c
130
struct callout sc_tick_ch; /* tick callout */
sys/arch/mips/atheros/dev/aevar.h
149
struct callout sc_tick_callout;
sys/arch/mips/cavium/dev/if_cnmacvar.h
56
struct callout sc_tick_misc_ch;
sys/arch/mips/cavium/dev/if_cnmacvar.h
57
struct callout sc_tick_free_ch;
sys/arch/mips/ralink/ralink_eth.c
199
struct callout sc_tick_callout;
sys/arch/mips/ralink/ralink_gpio.c
311
struct callout sc_tick_callout; /* For debouncing inputs */
sys/arch/mips/ralink/ralink_gpio.c
503
static struct callout led_tick_callout;
sys/arch/mips/rmi/rmixl_pcie.c
1399
callout_init(&lip->callout, 0);
sys/arch/mips/rmi/rmixl_pcie.c
1400
callout_reset(&lip->callout, 2 * hz, rmixl_pcie_lip_free, lip);
sys/arch/mips/rmi/rmixl_pcie.c
1408
callout_destroy(&lip->callout);
sys/arch/mips/rmi/rmixl_pcievar.h
74
callout_t callout; /* for delayed free of this struct */
sys/arch/mips/rmi/rmixl_pcix.c
1037
callout_init(&pip->callout, 0);
sys/arch/mips/rmi/rmixl_pcix.c
1038
callout_reset(&pip->callout, 2 * hz, rmixl_pcix_pip_free, pip);
sys/arch/mips/rmi/rmixl_pcix.c
1046
callout_destroy(&pip->callout);
sys/arch/mips/rmi/rmixl_pcixvar.h
56
callout_t callout; /* for delayed free of this struct */
sys/arch/mips/sibyte/dev/sbjcnvar.h
100
struct callout ch_callout; /* callout for channel processing */
sys/arch/mips/sibyte/dev/sbjcnvar.h
99
struct callout ch_diag_callout; /* callout for diagnostic msgs */
sys/arch/mips/sibyte/dev/sbmac.c
172
struct callout sc_tick_ch;
sys/arch/mips/sibyte/dev/sbscnvar.h
101
struct callout ch_diag_callout; /* callout for diagnostic msgs */
sys/arch/mvme68k/dev/sbicvar.h
103
struct callout sc_timo_ch;
sys/arch/news68k/news68k/romcons.c
59
struct callout sc_poll_ch;
sys/arch/newsmips/apbus/zs_ap.c
169
static struct callout zscallout;
sys/arch/pmax/ibus/siivar.h
19
struct callout timo_ch; /* timeout callout handle */
sys/arch/powerpc/booke/dev/pq3etsec.c
230
struct callout sc_mii_callout;
sys/arch/powerpc/booke/pci/pq3pci.c
246
struct callout pch_callout;
sys/arch/powerpc/ibm4xx/dev/if_emac.c
211
struct callout sc_callout; /* tick callout */
sys/arch/powerpc/ibm4xx/dev/wdog.c
75
struct callout sc_tickler; /* self-tickle after "disarm" */
sys/arch/sgimips/mace/if_mec.c
294
struct callout sc_tick_ch; /* tick callout */
sys/arch/sgimips/mace/mavb.c
150
struct callout sc_volume_button_ch;
sys/arch/sparc/dev/fd.c
180
struct callout sc_timo_ch; /* timeout callout */
sys/arch/sparc/dev/fd.c
181
struct callout sc_intr_ch; /* pseudo-intr callout */
sys/arch/sparc/dev/fd.c
268
struct callout sc_motoron_ch;
sys/arch/sparc/dev/fd.c
269
struct callout sc_motoroff_ch;
sys/arch/sparc/dev/kd.c
469
static struct callout prom_cons_callout;
sys/arch/sparc64/dev/cons.h
40
struct callout sc_poll_ch;
sys/arch/sparc64/dev/fdc.c
193
struct callout sc_timo_ch; /* timeout callout */
sys/arch/sparc64/dev/fdc.c
194
struct callout sc_intr_ch; /* pseudo-intr callout */
sys/arch/sparc64/dev/fdc.c
300
struct callout sc_motoron_ch;
sys/arch/sparc64/dev/fdc.c
301
struct callout sc_motoroff_ch;
sys/arch/sparc64/dev/lom.c
192
struct callout sc_state_to;
sys/arch/sparc64/dev/vnet.c
156
struct callout sc_handshake_co;
sys/arch/sun2/dev/cons.h
39
struct callout sc_poll_ch;
sys/arch/sun3/dev/fd.c
158
struct callout sc_timo_ch; /* timeout callout */
sys/arch/sun3/dev/fd.c
159
struct callout sc_intr_ch; /* pseudo-intr callout */
sys/arch/sun3/dev/fd.c
244
struct callout sc_motoron_ch;
sys/arch/sun3/dev/fd.c
245
struct callout sc_motoroff_ch;
sys/arch/sun3/dev/xdvar.h
137
struct callout sc_tick_ch;
sys/arch/sun3/dev/xyvar.h
140
struct callout sc_tick_ch;
sys/arch/vax/uba/qvaux.c
227
struct callout qvauxscan_ch;
sys/arch/x68k/dev/fd.c
146
struct callout sc_timo_ch; /* timeout callout */
sys/arch/x68k/dev/fd.c
147
struct callout sc_intr_ch; /* pseudo-intr callout */
sys/arch/x68k/dev/fd.c
225
struct callout sc_motoron_ch;
sys/arch/x68k/dev/fd.c
227
struct callout sc_motoroff_ch;
sys/arch/x68k/dev/ms.c
115
struct callout ms_modem_ch;
sys/arch/x68k/dev/par.c
71
struct callout sc_timo_ch;
sys/arch/x68k/dev/par.c
72
struct callout sc_start_ch;
sys/arch/x68k/dev/par.c
98
static struct callout intr_callout;
sys/arch/x86/pci/fwhrng.c
50
struct callout sc_rnd_ch;
sys/arch/xen/xen/xen_clock.c
165
struct callout ch;
sys/arch/xen/xen/xennetback_xenbus.c
109
struct callout xni_restart;
sys/arch/zaurus/dev/zapm.c
55
struct callout sc_cyclic_poll;
sys/arch/zaurus/dev/zapm.c
56
struct callout sc_discharge_poll;
sys/arch/zaurus/dev/zkbd.c
141
struct callout sc_roll_to;
sys/arch/zaurus/dev/zkbd.c
154
struct callout sc_rawrepeat_ch;
sys/arch/zaurus/dev/zrc.c
88
struct callout sc_to;
sys/arch/zaurus/dev/ztp.c
112
struct callout sc_tp_poll;
sys/dev/acpi/acpi_tz.c
105
struct callout sc_callout;
sys/dev/acpi/apei_hestvar.h
63
struct callout as_ch;
sys/dev/acpi/smbus_acpi.c
73
struct callout sc_callout;
sys/dev/ata/atavar.h
423
struct callout c_timo_callout; /* timeout callout handle */
sys/dev/ata/wdvar.h
90
struct callout sc_retry_callout; /* retry callout handle */
sys/dev/ata/wdvar.h
91
struct callout sc_restart_diskqueue; /* restart queue processing */
sys/dev/ata/wdvar.h
94
struct callout sc_requeue_callout; /* requeue callout handle */
sys/dev/dec/dz.c
209
struct callout dzscan_ch;
sys/dev/dkwedge/dk.c
127
struct callout sc_restart_ch; /* I: callout to restart I/O */
sys/dev/dm/dm_target_delay.c
62
struct callout cal;
sys/dev/gpib/mt.c
131
struct callout sc_start_ch;
sys/dev/gpib/mt.c
132
struct callout sc_intr_ch;
sys/dev/gpib/ppi.c
97
struct callout sc_timo_ch;
sys/dev/gpib/ppi.c
98
struct callout sc_start_ch;
sys/dev/gpib/rd.c
141
struct callout sc_restart_ch;
sys/dev/hpc/hpcfb.c
125
struct callout dc_scroll_ch;
sys/dev/hpc/hpcfb.c
165
struct callout sc_switch_callout;
sys/dev/ic/adv.h
46
struct callout ccb_watchdog;
sys/dev/ic/aic6915var.h
124
struct callout sc_tick_callout; /* MII callout */
sys/dev/ic/aic79xx_osm.h
178
typedef struct callout ahd_timer_t;
sys/dev/ic/aic7xxx_osm.h
193
typedef struct callout ahc_timer_t;
sys/dev/ic/athrate-amrr.h
48
struct callout timer; /* periodic timer */
sys/dev/ic/athrate-onoe.h
50
struct callout timer; /* periodic timer */
sys/dev/ic/athvar.h
249
struct callout sc_ledtimer; /* led off timer */
sys/dev/ic/athvar.h
299
struct callout sc_cal_ch; /* callout handle for cals */
sys/dev/ic/athvar.h
303
struct callout sc_scan_ch; /* callout handle for scan */
sys/dev/ic/athvar.h
304
struct callout sc_dfs_ch; /* callout handle for dfs */
sys/dev/ic/atwvar.h
283
struct callout sc_scan_ch;
sys/dev/ic/bwivar.h
597
struct callout sc_scan_ch;
sys/dev/ic/bwivar.h
598
struct callout sc_calib_ch;
sys/dev/ic/bwivar.h
601
struct callout sc_amrr_ch;
sys/dev/ic/bwivar.h
618
struct callout sc_led_blink_ch;
sys/dev/ic/cissvar.h
51
struct callout sc_hb;
sys/dev/ic/elink3var.h
44
struct callout sc_mii_callout; /* MII callout handle */
sys/dev/ic/elink3var.h
45
struct callout sc_mbuf_callout; /* mbuf fill callout */
sys/dev/ic/elinkxlvar.h
71
struct callout ex_mii_callout; /* mii callout */
sys/dev/ic/gemvar.h
132
struct callout sc_tick_ch; /* tick callout */
sys/dev/ic/gemvar.h
133
struct callout sc_rx_watchdog; /* RX watchdog callout */
sys/dev/ic/hd44780var.h
116
struct callout redraw; /* wsdisplay refresh/redraw timer */
sys/dev/ic/hmevar.h
58
struct callout sc_tick_ch; /* tick callout */
sys/dev/ic/i82365var.h
127
struct callout poll_ch;
sys/dev/ic/i82557var.h
176
struct callout sc_callout; /* MII callout */
sys/dev/ic/icpvar.h
152
struct callout icp_wdog_callout;
sys/dev/ic/isp_netbsd.h
98
struct callout ldt; /* loop down timer */
sys/dev/ic/isp_netbsd.h
99
struct callout gdt; /* gone device timer */
sys/dev/ic/lan9118var.h
68
struct callout sc_tick;
sys/dev/ic/malovar.h
109
struct callout sc_scan_to;
sys/dev/ic/matrixkpvar.h
45
struct callout sc_callout;
sys/dev/ic/ncr53c9xvar.h
269
struct callout sc_watchdog; /* periodic timer */
sys/dev/ic/ninjascsi32var.h
175
struct callout sc_callout;
sys/dev/ic/pckbcvar.h
70
struct callout t_cleanup;
sys/dev/ic/rt2560var.h
118
struct callout scan_ch;
sys/dev/ic/rt2560var.h
119
struct callout rssadapt_ch;
sys/dev/ic/rt2661var.h
108
struct callout scan_ch;
sys/dev/ic/rt2661var.h
109
struct callout amrr_ch;
sys/dev/ic/rtl81x9var.h
180
struct callout rtk_tick_ch; /* tick callout */
sys/dev/ic/rtwvar.h
453
struct callout ls_slow_ch;
sys/dev/ic/rtwvar.h
454
struct callout ls_fast_ch;
sys/dev/ic/rtwvar.h
505
struct callout sc_scan_ch;
sys/dev/ic/sl811hsvar.h
65
struct callout sc_timer; /* for reset */
sys/dev/ic/smc83c170var.h
108
struct callout sc_mii_callout; /* MII callout */
sys/dev/ic/smc90cx6var.h
58
struct callout sc_recon_ch;
sys/dev/ic/smc91cxxvar.h
40
struct callout sc_mii_callout; /* MII callout handle */
sys/dev/ic/spicvar.h
57
struct callout sc_poll;
sys/dev/ic/tulipvar.h
355
struct callout sc_nway_callout;
sys/dev/ic/tulipvar.h
389
struct callout sc_tick_callout;
sys/dev/ic/vgavar.h
64
struct callout vc_switch_callout;
sys/dev/ic/wd33c93var.h
126
struct callout sc_watchdog;
sys/dev/ic/wivar.h
173
struct callout sc_rssadapt_ch;
sys/dev/ic/z8530tty.c
193
struct callout zst_diag_ch;
sys/dev/ieee1394/firewirereg.h
150
struct callout busprobe_callout;
sys/dev/ieee1394/firewirereg.h
151
struct callout bmr_callout;
sys/dev/ieee1394/firewirereg.h
152
struct callout timeout_callout;
sys/dev/ieee1394/sbp.c
301
struct callout login_callout;
sys/dev/ieee1394/sbp.c
321
struct callout mgm_ocb_timeout;
sys/dev/ir/irframe_tty.c
110
struct callout sc_timeout;
sys/dev/isa/aps.c
143
struct callout sc_callout;
sys/dev/isa/fdcvar.h
115
struct callout sc_timo_ch; /* timeout callout */
sys/dev/isa/fdcvar.h
116
struct callout sc_intr_ch; /* pseudo-intr callout */
sys/dev/isa/fdvar.h
65
struct callout sc_motoron_ch;
sys/dev/isa/fdvar.h
66
struct callout sc_motoroff_ch;
sys/dev/iscsi/iscsi_globals.h
254
struct callout ccb_timeout; /* To make sure it isn't lost */
sys/dev/iscsi/iscsi_globals.h
379
struct callout c_timeout;
sys/dev/marvell/if_gfevar.h
133
struct callout sc_co; /* resource recovery */
sys/dev/midivar.h
206
struct callout xmt_asense_co;
sys/dev/midivar.h
207
struct callout rcv_asense_co;
sys/dev/mii/miivar.h
154
struct callout mii_nway_ch; /* m: NWAY callout */
sys/dev/mvme/lptvar.h
46
struct callout sc_wakeup_ch;
sys/dev/ofw/ofcons.c
52
struct callout sc_poll_ch;
sys/dev/ofw/ofnet.c
66
struct callout sc_callout;
sys/dev/pci/amdpmvar.h
54
struct callout sc_rnd_ch;
sys/dev/pci/cxgb/cxgb_adapter.h
353
struct callout cxgb_tick_ch;
sys/dev/pci/cxgb/cxgb_adapter.h
354
struct callout sge_timer_ch;
sys/dev/pci/hifn7751var.h
160
struct callout sc_rngto; /* rng timeout */
sys/dev/pci/hifn7751var.h
161
struct callout sc_tickto; /* led-clear timeout */
sys/dev/pci/if_bgevar.h
370
struct callout bge_timeout; /* i: tx timeout */
sys/dev/pci/if_bnxvar.h
219
struct callout bnx_timeout;
sys/dev/pci/if_casvar.h
146
struct callout sc_tick_ch; /* tick callout */
sys/dev/pci/if_enavar.h
411
struct callout timer_service;
sys/dev/pci/if_iwmvar.h
384
struct callout sc_calib_to;
sys/dev/pci/if_iwmvar.h
385
struct callout sc_led_blink_to;
sys/dev/pci/if_jme.c
152
struct callout jme_tick_ch; /* tick callout */
sys/dev/pci/if_mskvar.h
225
struct callout sk_tick_ch;
sys/dev/pci/if_mskvar.h
226
struct callout sk_tick_rx;
sys/dev/pci/if_nfevar.h
82
struct callout sc_tick_ch;
sys/dev/pci/if_rtwnreg.h
165
struct callout scan_to;
sys/dev/pci/if_rtwnreg.h
166
struct callout calib_to;
sys/dev/pci/if_skvar.h
223
struct callout sk_tick_ch;
sys/dev/pci/if_tlvar.h
51
struct callout tl_tick_ch; /* tick callout */
sys/dev/pci/if_tlvar.h
52
struct callout tl_restart_ch; /* restart callout */
sys/dev/pci/if_txpreg.h
582
struct callout sc_tick;
sys/dev/pci/if_vtevar.h
138
struct callout vte_tick_ch;
sys/dev/pci/if_wpivar.h
159
struct callout calib_to;
sys/dev/pci/pccbbvar.h
99
struct callout sc_insert_ch;
sys/dev/pci/radeonfbvar.h
177
struct callout rd_bl_lvds_co; /* delayed lvds operation */
sys/dev/pci/ubsecvar.h
193
struct callout sc_rngto; /* rng timeout */
sys/dev/pci/veritefb.c
212
struct callout sc_pcsample_ch;
sys/dev/pckbport/pckbportvar.h
61
struct callout t_cleanup;
sys/dev/pcmcia/esp_pcmcia.c
69
struct callout sc_poll_ch;
sys/dev/pcmcia/if_ray.c
160
struct callout sc_check_ccs_ch;
sys/dev/pcmcia/if_ray.c
161
struct callout sc_check_scheduled_ch;
sys/dev/pcmcia/if_ray.c
162
struct callout sc_reset_resetloop_ch;
sys/dev/pcmcia/if_ray.c
163
struct callout sc_disable_ch;
sys/dev/pcmcia/if_ray.c
164
struct callout sc_start_join_timo_ch;
sys/dev/rcons/rcons.h
64
struct callout rc_belltmr_ch;
sys/dev/sbus/be.c
114
struct callout sc_tick_ch;
sys/dev/sbus/magmareg.h
164
struct callout mp_timeout_ch;
sys/dev/sbus/magmareg.h
165
struct callout mp_start_ch;
sys/dev/scsipi/cdvar.h
46
struct callout sc_callout;
sys/dev/scsipi/if_dse.c
182
struct callout sc_recv_ch;
sys/dev/scsipi/if_se.c
179
struct callout sc_recv_ch;
sys/dev/scsipi/ssvar.h
71
struct callout sc_callout; /* to restart the buf queue */
sys/dev/scsipi/stvar.h
143
struct callout sc_callout; /* restarting the queue after */
sys/dev/sdmmc/ld_sdmmc.c
81
struct callout task_restart_ch;
sys/dev/spi/oj6sh.c
84
struct callout sc_c;
sys/dev/sun/kbdvar.h
71
struct callout k_wsbell;/* to shut the bell off */
sys/dev/sun/kbdvar.h
86
struct callout k_repeat_ch;
sys/dev/sysmon/swwdog.c
60
struct callout sc_c;
sys/dev/sysmon/sysmonvar.h
188
struct callout sme_callout; /* for the events
sys/dev/tc/sticvar.h
114
struct callout si_switch_callout;
sys/dev/usb/ehcivar.h
222
struct callout sc_tmo_intrlist;
sys/dev/usb/if_rumvar.h
116
struct callout sc_scan_ch;
sys/dev/usb/if_rumvar.h
117
struct callout sc_amrr_ch;
sys/dev/usb/if_uralvar.h
114
struct callout sc_scan_ch;
sys/dev/usb/if_uralvar.h
115
struct callout sc_amrr_ch;
sys/dev/usb/if_urtwreg.h
357
struct callout sc_led_ch;
sys/dev/usb/if_urtwreg.h
383
struct callout scan_to;
sys/dev/usb/if_zydreg.h
1195
struct callout sc_scan_ch;
sys/dev/usb/if_zydreg.h
1196
struct callout sc_amrr_ch;
sys/dev/usb/ohcivar.h
140
struct callout sc_tmo_rhsc;
sys/dev/usb/uhcivar.h
185
struct callout sc_poll_handle;
sys/dev/usb/ukbd.c
267
struct callout sc_delay; /* for quirk handling */
sys/dev/usb/ukbd.c
279
struct callout sc_ledreset;
sys/dev/usb/ukbd.c
286
struct callout sc_rawrepeat_ch;
sys/dev/usb/ulpt.c
117
struct callout sc_read_callout; /* to drain input on write-only opens */
sys/dev/usb/usbdivar.h
330
struct callout ux_callout;
sys/dev/usb/usbnet.c
77
struct callout unp_stat_ch;
sys/dev/vme/xdvar.h
137
struct callout sc_tick_ch;
sys/dev/vme/xyvar.h
137
struct callout sc_tick_ch;
sys/dev/vmt/vmtvar.h
73
struct callout sc_tick;
sys/dev/vmt/vmtvar.h
74
struct callout sc_tclo_tick;
sys/dev/vmt/vmtvar.h
78
struct callout sc_clock_sync_tick;
sys/dev/wscons/wsdisplay_vcons.c
81
struct callout switch_callout;
sys/dist/pf/net/if_pfsync.h
113
struct callout sc_tmo;
sys/dist/pf/net/if_pfsync.h
114
struct callout sc_tdb_tmo;
sys/dist/pf/net/if_pfsync.h
115
struct callout sc_bulk_tmo;
sys/dist/pf/net/if_pfsync.h
116
struct callout sc_bulkfail_tmo;
sys/fs/autofs/autofs.h
109
struct callout an_callout;
sys/fs/autofs/autofs.h
139
struct callout ar_callout;
sys/fs/nfs/common/nfs_commonport.c
67
struct callout newnfsd_callout;
sys/kern/kern_timeout.c
198
SDT_PROBE_DEFINE2(sdt, kernel, callout, init,
sys/kern/kern_timeout.c
201
SDT_PROBE_DEFINE1(sdt, kernel, callout, destroy,
sys/kern/kern_timeout.c
203
SDT_PROBE_DEFINE4(sdt, kernel, callout, setfunc,
sys/kern/kern_timeout.c
208
SDT_PROBE_DEFINE5(sdt, kernel, callout, schedule,
sys/kern/kern_timeout.c
214
SDT_PROBE_DEFINE6(sdt, kernel, callout, migrate,
sys/kern/kern_timeout.c
221
SDT_PROBE_DEFINE4(sdt, kernel, callout, entry,
sys/kern/kern_timeout.c
226
SDT_PROBE_DEFINE4(sdt, kernel, callout, return,
sys/kern/kern_timeout.c
231
SDT_PROBE_DEFINE5(sdt, kernel, callout, stop,
sys/kern/kern_timeout.c
237
SDT_PROBE_DEFINE4(sdt, kernel, callout, halt,
sys/kern/kern_timeout.c
242
SDT_PROBE_DEFINE5(sdt, kernel, callout, halt__done,
sys/kern/kern_timeout.c
365
SDT_PROBE2(sdt, kernel, callout, init, cs, flags);
sys/kern/kern_timeout.c
389
SDT_PROBE1(sdt, kernel, callout, destroy, cs);
sys/kern/kern_timeout.c
421
SDT_PROBE5(sdt, kernel, callout, schedule,
sys/kern/kern_timeout.c
462
SDT_PROBE6(sdt, kernel, callout, migrate,
sys/kern/kern_timeout.c
485
SDT_PROBE4(sdt, kernel, callout, setfunc, cs, func, arg, c->c_flags);
sys/kern/kern_timeout.c
532
SDT_PROBE5(sdt, kernel, callout, stop,
sys/kern/kern_timeout.c
562
SDT_PROBE4(sdt, kernel, callout, halt,
sys/kern/kern_timeout.c
571
SDT_PROBE5(sdt, kernel, callout, halt__done,
sys/kern/kern_timeout.c
640
SDT_PROBE5(sdt, kernel, callout, halt__done,
sys/kern/kern_timeout.c
697
SDT_PROBE4(sdt, kernel, callout, setfunc, cs, func, arg, c->c_flags);
sys/kern/kern_timeout.c
866
SDT_PROBE4(sdt, kernel, callout, entry, c, func, arg, flags);
sys/kern/kern_timeout.c
873
SDT_PROBE4(sdt, kernel, callout, return, c, func, arg, flags);
sys/kern/subr_vmem.c
1554
static struct callout vmem_rehash_ch;
sys/kern/vfs_bio.c
1683
void (*callout)(buf_t *);
sys/kern/vfs_bio.c
1702
if ((callout = bp->b_iodone) != NULL) {
sys/kern/vfs_bio.c
1703
BIOHIST_LOG(biohist, "callout %#jx", (uintptr_t)callout,
sys/kern/vfs_bio.c
1710
(*callout)(bp);
sys/net/agr/ieee8023ad_impl.h
34
struct callout isc_callout;
sys/net/agr/ieee8023ad_lacp_impl.h
66
struct callout lsc_transit_callout;
sys/net/agr/if_agrvar_impl.h
118
struct callout sc_callout;
sys/net/if.c
263
struct callout isd_ch;
sys/net/if.h
265
struct callout;
sys/net/if_llatbl.h
96
struct callout lle_timer;
sys/net/if_pppvar.h
96
struct callout sc_timo_ch; /* timeout callout */
sys/net/if_spppvar.h
118
struct callout ch; /* per-proto and if callouts */
sys/net/route.c
162
static struct callout rt_timer_ch; /* callout for rt_timer_timer() */
sys/netatalk/aarp.c
102
struct callout aarptimer_callout;
sys/netatalk/at_var.h
49
struct callout aa_probe_ch; /* for aarpprobe() */
sys/netinet/dccp_tcplike.h
137
struct callout free_timer;
sys/netinet/dccp_tcplike.h
72
struct callout free_timer;
sys/netinet/dccp_tcplike.h
73
struct callout rto_timer;
sys/netinet/dccp_tfrc.h
102
struct callout ch_stimer; /* Handle to scheduled send timer */
sys/netinet/dccp_tfrc.h
103
struct callout ch_nftimer; /* Handle to no feedback timer */
sys/netinet/dccp_var.h
72
struct callout connect_timer; /* Connection timer */
sys/netinet/dccp_var.h
73
struct callout retrans_timer; /* Retransmit timer */
sys/netinet/dccp_var.h
74
struct callout close_timer; /* Closing timer */
sys/netinet/dccp_var.h
75
struct callout timewait_timer; /* Time wait timer */
sys/netinet/if_arp.c
1486
struct callout dad_timer_ch;
sys/netinet/ip_carp.c
149
struct callout sc_ad_tmo; /* advertisement timeout */
sys/netinet/ip_carp.c
150
struct callout sc_md_tmo; /* master down timeout */
sys/netinet/ip_carp.c
151
struct callout sc_md6_tmo; /* master down timeout */
sys/netinet/ip_mroute.c
278
struct callout bw_meter_ch;
sys/netinet/ip_mroute.c
287
struct callout bw_upcalls_ch;
sys/netinet/ip_mroute.c
335
static struct callout expire_upcalls_ch;
sys/netinet/sctp_structs.h
51
struct callout timer;
sys/netinet6/nd6_nbr.c
1079
struct callout dad_timer_ch;
sys/netipsec/key.c
834
static struct callout key_timehandler_ch;
sys/sys/cpu_data.h
37
struct callout;