OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cc_todo
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_timeout.c
128
CIRCQ_APPEND(&(cc)->
cc_todo
, \
180
struct callout_circq
cc_todo
; /* Worklist */
member in struct:callout_cpu
302
CIRCQ_INIT(&cc->
cc_todo
);
324
CIRCQ_INIT(&cc->
cc_todo
);
442
CIRCQ_INSERT(&c->c_list, &occ->
cc_todo
);
454
CIRCQ_INSERT(&c->c_list, &occ->
cc_todo
);
460
CIRCQ_INSERT(&c->c_list, &cc->
cc_todo
);
807
needsoftclock = !CIRCQ_EMPTY(&cc->
cc_todo
);
837
while (!CIRCQ_EMPTY(&cc->
cc_todo
)) {
838
c = CIRCQ_FIRST(&cc->
cc_todo
);
[
all
...]
Completed in 31 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025