Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/sys/arm64/vmm/io/
H A Dvtimer.h46 struct callout callout; member
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h49 struct callout callout; member
H A Dtimer.h39 struct callout callout; member
H A Dworkqueue.h91 struct callout callout; member
/freebsd-src/contrib/googletest/docs/_sass/
H A Dmain.scss126 .main .callout { class
/freebsd-src/sys/amd64/vmm/io/
H A Dvatpit.c90 struct callout callout; global() member
148 struct callout *callout; vatpit_callout_handler() local
[all...]
H A Dvhpet.c89 struct callout callout; global() member
284 struct callout *callout; vhpet_handler() local
[all...]
H A Dvlapic_priv.h154 struct callout callout; /* vlapic timer */ member
H A Dvrtc.c78 struct callout callout; global() member
[all...]
/freebsd-src/stand/kshim/
H A Dbsd_kernel.h347 LIST_ENTRY(callout) entry; argument
345 struct callout { global() struct
354 timeoutcallout global() argument
/freebsd-src/sys/dev/eqos/
H A Dif_eqos_var.h91 struct callout callout; member
/freebsd-src/sys/powerpc/pseries/
H A Dphyp_console.c59 struct callout callout; member
/freebsd-src/sys/dev/qat/qat_common/
H A Dadf_freebsd_dev_processes.c38 static struct callout callout; variable
/freebsd-src/sys/arm/ti/cpsw/
H A Dif_cpswvar.h114 struct callout callout; member
/freebsd-src/sys/powerpc/powernv/
H A Dopal_console.c63 struct callout callout; member
/freebsd-src/sys/cam/
H A Dcam_xpt_internal.h148 struct callout callout; member
/freebsd-src/sys/dev/isci/
H A Disci.h82 struct callout callout; member
/freebsd-src/sys/dev/xen/console/
H A Dxen_console.c100 struct callout callout; member
/freebsd-src/sys/dev/glxiic/
H A Dglxiic.c133 struct callout callout; /* Driver state timeout callout. */ member
/freebsd-src/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h192 struct callout callout; member
/freebsd-src/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c249 struct callout callout; member
/freebsd-src/sys/kern/
H A Dkern_timeout.c1476 DB_SHOW_COMMAND(callout,db_show_callout) DB_SHOW_COMMAND() argument
[all...]
/freebsd-src/sys/dev/ocs_fc/
H A Docs_os.h851 struct callout callout; member
/freebsd-src/sys/dev/vmware/pvscsi/
H A Dpvscsi.c171 struct callout callout; member

12