OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Callout
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/shark/shark/
scr.c
528
/* timeout
callout
structure */
531
struct callout_t *c_next; /* next
callout
in queue */
536
}
Callout
;
538
/* actual
callout
array */
540
static
Callout
scrClkCalloutArray[SCR_CLK_CALLOUT_COUNT];
542
/*
callout
lists */
543
static
Callout
*scrClkCallFree; /* free queue */
544
static
Callout
scrClkCallTodo; /* todo queue */
745
** scrconsinit - clock
callout
functions set
3364
** Init the
callout
queues. The callout queues are used
[
all
...]
scr.c
528
/* timeout
callout
structure */
531
struct callout_t *c_next; /* next
callout
in queue */
536
}
Callout
;
538
/* actual
callout
array */
540
static
Callout
scrClkCalloutArray[SCR_CLK_CALLOUT_COUNT];
542
/*
callout
lists */
543
static
Callout
*scrClkCallFree; /* free queue */
544
static
Callout
scrClkCallTodo; /* todo queue */
745
** scrconsinit - clock
callout
functions set
3364
** Init the
callout
queues. The callout queues are used
[
all
...]
Completed in 32 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025