Searched refs:c_arg (Results 1 – 9 of 9) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 358 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 D | ff_ng_base.c | 3834 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 D | kern_timeout.c | 575 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 D | callb.c | 57 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.h | 60 void *c_arg; /* function argument */ member
|
| H A D | callout.h | 119 callout_reset_sbt_on((c), (sbt), (pr), (c)->c_func, (c)->c_arg, \
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _callout.h | 57 void *c_arg; /* function argument */ member
|
| H A D | callout.h | 117 callout_reset_sbt_on((c), (sbt), (pr), (c)->c_func, (c)->c_arg, \
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 3804 oitem = c->c_arg; in ng_callout() 3822 item = c->c_arg; in ng_uncallout() 3833 c->c_arg = NULL; in ng_uncallout()
|