Searched defs:callout (Results 1 – 6 of 6) sorted by relevance
85 struct callout { struct86 void *c_arg; /* function argument */87 void (*c_func)(void *); /* function to call */
1271 thread_group_iterate_stackshot(thread_group_iterate_fn_t callout, void *arg) in thread_group_iterate_stackshot()
2165 coalition_iterate_stackshot(coalition_iterate_fn_t callout, void *arg, uint32_t coalition_type) in coalition_iterate_stackshot()
3628 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()
1654 thread_call_t callout; in filt_timerattach() local
180 void (* callout)(int, void *); member4273 int callout = ISSET(bp->b_flags, B_CALL); in buf_biodone() local