OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cc_active
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_timeout.c
177
callout_impl_t *
cc_active
;
member in struct:callout_cpu
283
return cc->
cc_active
== c && cc->cc_lwp != curlwp;
666
KASSERT(c->c_cpu->
cc_active
!= c);
861
cc->
cc_active
= c;
884
cc->
cc_active
= NULL;
kern_timeout.c
177
callout_impl_t *
cc_active
;
member in struct:callout_cpu
283
return cc->
cc_active
== c && cc->cc_lwp != curlwp;
666
KASSERT(c->c_cpu->
cc_active
!= c);
861
cc->
cc_active
= c;
884
cc->
cc_active
= NULL;
Completed in 23 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025