Home
last modified time | relevance | path

Searched defs:callout (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/sys/
H A D_callout.h51 struct callout { struct
53 LIST_ENTRY(callout) le; argument
60 callout_func_t *c_func; /* function to call */ argument
61 struct lock_object *c_lock; /* lock to handle */
62 short c_flags; /* User State */
63 short c_iflags; /* Internal State */
64 volatile int c_cpu; /* CPU we're scheduled on */
/freebsd/sys/riscv/vmm/
H A Dvmm_vtimer.h39 struct callout callout; member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h49 struct callout callout; member
H A Dworkqueue.h91 struct callout callout; member
/freebsd/contrib/googletest/docs/_sass/
H A Dmain.scss126 .main .callout { class
/freebsd/sys/amd64/vmm/io/
H A Dvatpit.c91 struct callout callout; member
149 struct callout *callout; in vatpit_callout_handler() local
H A Dvhpet.c88 struct callout callout; member
283 struct callout *callout; in vhpet_handler() local
H A Dvlapic_priv.h154 struct callout callout; /* vlapic timer */ member
H A Dvrtc.c79 struct callout callout; member
/freebsd/stand/kshim/
H A Dbsd_kernel.h346 struct callout { struct
348 callout_fn_t *c_func; argument
355 void callout_init_mtx(struct callout *, struct mtx *, int); argument
/freebsd/sys/dev/eqos/
H A Dif_eqos_var.h91 struct callout callout; member
/freebsd/sys/dev/sound/
H A Ddummy.c66 struct callout callout; member
/freebsd/sys/powerpc/pseries/
H A Dphyp_console.c59 struct callout callout; member
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpswvar.h114 struct callout callout; member
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_dev_processes.c38 static struct callout callout; variable
/freebsd/sys/powerpc/powernv/
H A Dopal_console.c63 struct callout callout; member
/freebsd/sys/cam/
H A Dcam_xpt_internal.h148 struct callout callout; member
/freebsd/sys/dev/isci/
H A Disci.h82 struct callout callout; member
/freebsd/sys/dev/xen/console/
H A Dxen_console.c100 struct callout callout; member
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h192 struct callout callout; member
/freebsd/sys/dev/glxiic/
H A Dglxiic.c133 struct callout callout; /* Driver state timeout callout. */ member
/freebsd/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c249 struct callout callout; member
/freebsd/sys/kern/
H A Dkern_timeout.c1496 DB_SHOW_COMMAND(callout, db_show_callout) in DB_SHOW_COMMAND() argument
/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c190 struct callout callout; member
/freebsd/sys/dev/ocs_fc/
H A Docs_os.h851 struct callout callout; member

12