Home
last modified time | relevance | path

Searched refs:c_arg (Results 1 – 9 of 9) sorted by relevance

/f-stack/lib/
H A Dff_kern_timeout.c358 c->c_arg = arg; in callout_cc_add()
391 void *c_arg; in softclock_call_cc() local
417 c_arg = c->c_arg; in softclock_call_cc()
445 c, c_func, c_arg); in softclock_call_cc()
451 c, c_func, c_arg); in softclock_call_cc()
458 c, c_func, c_arg); in softclock_call_cc()
467 c_func(c_arg); in softclock_call_cc()
498 drain(c_arg); in softclock_call_cc()
967 c, c->c_func, c->c_arg); in _callout_stop_safe()
981 c, c->c_func, c->c_arg); in _callout_stop_safe()
[all …]
H A Dff_ng_base.c3834 oitem = c->c_arg; in ng_callout()
3852 item = c->c_arg; in ng_uncallout()
3863 c->c_arg = NULL; in ng_uncallout()
/f-stack/freebsd/kern/
H A Dkern_timeout.c575 c->c_arg = arg; in callout_cc_add()
614 void *c_arg; in softclock_call_cc() local
647 c_arg = c->c_arg; in softclock_call_cc()
674 c, c_func, c_arg); in softclock_call_cc()
680 c, c_func, c_arg); in softclock_call_cc()
687 c, c_func, c_arg); in softclock_call_cc()
696 c_func(c_arg); in softclock_call_cc()
725 drain(c_arg); in softclock_call_cc()
1283 c, c->c_func, c->c_arg); in _callout_stop_safe()
1298 c, c->c_func, c->c_arg); in _callout_stop_safe()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c57 void *c_arg; /* arg to c_func */ member
154 cp->c_arg = arg; in callb_add_common()
279 cp->c_name, (void *)cp->c_func, (void *)cp->c_arg); in callb_execute_class()
284 if (!(*cp->c_func)(cp->c_arg, code)) in callb_execute_class()
/f-stack/freebsd/sys/
H A D_callout.h60 void *c_arg; /* function argument */ member
H A Dcallout.h119 callout_reset_sbt_on((c), (sbt), (pr), (c)->c_func, (c)->c_arg, \
/f-stack/tools/compat/include/sys/
H A D_callout.h57 void *c_arg; /* function argument */ member
H A Dcallout.h117 callout_reset_sbt_on((c), (sbt), (pr), (c)->c_func, (c)->c_arg, \
/f-stack/freebsd/netgraph/
H A Dng_base.c3804 oitem = c->c_arg; in ng_callout()
3822 item = c->c_arg; in ng_uncallout()
3833 c->c_arg = NULL; in ng_uncallout()