OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c_to
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/altq/
altq_var.h
181
struct timeout
c_to
;
member in struct:callout
184
#define CALLOUT_RESET(c,t,f,a) do { if (!timeout_initialized(&(c)->
c_to
)) \
185
timeout_set(&(c)->
c_to
, (f), (a)); \
186
timeout_add(&(c)->
c_to
, (t)); } while (/*CONSTCOND*/ 0)
187
#define CALLOUT_STOP(c) timeout_del(&(c)->
c_to
)
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025