OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lc_totalp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_localcount.c
76
lc->
lc_totalp
= NULL;
103
KASSERT(lc->
lc_totalp
== NULL);
106
lc->
lc_totalp
= &total;
112
* CPUs will have witnessed the nonnull value of lc->
lc_totalp
,
132
/* Paranoia: Cause any further use of lc->
lc_totalp
to crash. */
133
lc->
lc_totalp
= (void *)(uintptr_t)1;
146
KASSERT(lc->
lc_totalp
== (void *)(uintptr_t)1);
169
*lc->
lc_totalp
+= *localp;
219
KASSERT(lc->
lc_totalp
== NULL);
245
* lc->
lc_totalp
as null, then they won't start cv_wait unti
[
all
...]
/src/sys/sys/
localcount.h
46
int64_t *
lc_totalp
;
member in struct:localcount
Completed in 12 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025