Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/pktsched/
H A Dpktsched.h85 struct callout { struct
86 void *c_arg; /* function argument */
87 void (*c_func)(void *); /* function to call */
/xnu-8792.41.9/osfmk/kern/
H A Dthread_group.c1271 thread_group_iterate_stackshot(thread_group_iterate_fn_t callout, void *arg) in thread_group_iterate_stackshot()
H A Dcoalition.c2165 coalition_iterate_stackshot(coalition_iterate_fn_t callout, void *arg, uint32_t coalition_type) in coalition_iterate_stackshot()
/xnu-8792.41.9/bsd/kern/
H A Dkern_proc.c3628 proc_iterate_fn_t callout, in proc_iterate()
3754 proc_iterate_fn_t callout, in proc_rebootscan()
3794 proc_iterate_fn_t callout, in proc_childrenwalk()
H A Dkern_event.c1654 thread_call_t callout; in filt_timerattach() local
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_bio.c180 void (* callout)(int, void *); member
4273 int callout = ISSET(bp->b_flags, B_CALL); in buf_biodone() local