OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALLOUT_RESET
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/altq/
altq_var.h
172
#define
CALLOUT_RESET
(c,t,f,a)
callout_reset
((c),(t),(f),(a))
184
#define
CALLOUT_RESET
(c,t,f,a) do { if (!timeout_initialized(&(c)->c_to)) \
197
#define
CALLOUT_RESET
(c,t,f,a) do { (c)->c_arg = (a); \
altq_subr.c
340
CALLOUT_RESET
(&tbr_callout, 1, tbr_timeout, (void *)0);
379
CALLOUT_RESET
(&tbr_callout, 1, tbr_timeout, (void *)0);
altq_rmclass.c
1549
CALLOUT_RESET
(&cl->callout_, t,
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026