HomeSort by: relevance | last modified time | path
    Searched refs:callout_t (Results 1 - 25 of 173) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/sys/
callout.h 43 * The size of callout_t must remain constant in order to ensure ABI
50 } callout_t; typedef in typeref:struct:callout
111 void callout_init(callout_t *, u_int);
112 void callout_destroy(callout_t *);
113 void callout_setfunc(callout_t *, void (*)(void *), void *);
114 void callout_reset(callout_t *, int, void (*)(void *), void *);
115 void callout_schedule(callout_t *, int);
116 bool callout_stop(callout_t *);
117 bool callout_halt(callout_t *, void *);
118 bool callout_pending(callout_t *);
    [all...]
  /src/sys/arch/epoc32/dev/
epockbdvar.h 39 callout_t sc_c;
  /src/sys/arch/mmeye/include/
mmeye.h 32 extern callout_t epc_wdtc;
  /src/sys/arch/mips/adm5120/dev/
ahcivar.h 74 callout_t sx_callout_t;
107 callout_t sc_poll_handle;
  /src/sys/arch/mac68k/obio/
ascaudiovar.h 51 callout_t sc_pcallout;
52 callout_t sc_rcallout;
  /src/sys/dev/isa/
pcppivar.h 52 callout_t sc_bell_ch;
essvar.h 138 callout_t sc_poll1_ch; /* audio1 poll */
139 callout_t sc_poll2_ch; /* audio2 poll */
  /src/sys/arch/arm/at91/
at91emacvar.h 65 callout_t emac_tick_ch;
  /src/sys/dev/ic/
w83l518dvar.h 46 callout_t wb_sdmmc_callout;
lptvar.h 64 callout_t sc_wakeup_ch;
bcmgenetvar.h 67 callout_t sc_stat_ch;
dwc_eqos_var.h 70 callout_t sc_stat_ch;
  /src/sys/dev/pad/
padvar.h 49 callout_t sc_pcallout;
  /src/sys/dev/scsipi/
sdvar.h 92 callout_t sc_callout;
  /src/sys/arch/mips/rmi/
rmixl_pcixvar.h 56 callout_t callout; /* for delayed free of this struct */
rmixl_pcievar.h 74 callout_t callout; /* for delayed free of this struct */
  /src/sys/arch/zaurus/dev/
zaudiovar.h 74 callout_t sc_to;
  /src/sys/modules/examples/executor/
executor.c 51 static callout_t sc;
  /src/sys/arch/sandpoint/isa/
isaclock.c 163 static callout_t sysbeep_ch;
  /src/sys/dev/raidframe/
rf_paritymap.h 87 callout_t ticker;
  /src/sys/netinet/
tcp_syncache.h 163 callout_t sc_timer; /* rexmt timer */
  /src/sys/dev/cadence/
if_cemacvar.h 71 callout_t cemac_tick_ch;
  /src/sys/dev/hid/
hidkbdsc.h 85 callout_t sc_delay; /* for quirk handling */
  /src/sys/kern/
kern_timeout.c 313 CTASSERT(sizeof(callout_impl_t) <= sizeof(callout_t));
358 callout_init(callout_t *cs, u_int flags)
385 callout_destroy(callout_t *cs)
476 callout_reset(callout_t *cs, int to_ticks, void (*func)(void *), void *arg)
498 callout_schedule(callout_t *cs, int to_ticks)
517 callout_stop(callout_t *cs)
551 callout_halt(callout_t *cs, void *interlock)
659 callout_bind(callout_t *cs, struct cpu_info *ci)
688 callout_setfunc(callout_t *cs, void (*func)(void *), void *arg)
704 callout_expired(callout_t *cs
    [all...]
  /src/sys/dev/usb/
if_otusvar.h 195 callout_t sc_scan_to;
196 callout_t sc_calib_to;

Completed in 20 milliseconds

1 2 3 4 5 6 7