OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rt_timer_timer
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
route.c
162
static struct callout rt_timer_ch; /* callout for
rt_timer_timer
() */
169
static void
rt_timer_timer
(void *);
1830
callout_reset(&rt_timer_ch, hz,
rt_timer_timer
, NULL);
1998
printf("
rt_timer_timer
: rtq_count reached 0\n");
2003
callout_reset(&rt_timer_ch, hz,
rt_timer_timer
, NULL);
2007
rt_timer_timer
(void *arg)
function in typeref:typename:void
Completed in 12 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025