OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:src_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/common/linux/
linux_srcu.c
72
int64_t
src_count
[2];
member in struct:srcu_cpu
138
cpu->
src_count
[epoch] += delta;
251
local = cpu->
src_count
[epoch];
253
cpu->
src_count
[epoch] -= local; /* i.e., cpu->
src_count
[epoch] = 0 */
254
KASSERT(cpu->
src_count
[epoch] == 0);
linux_srcu.c
72
int64_t
src_count
[2];
member in struct:srcu_cpu
138
cpu->
src_count
[epoch] += delta;
251
local = cpu->
src_count
[epoch];
253
cpu->
src_count
[epoch] -= local; /* i.e., cpu->
src_count
[epoch] = 0 */
254
KASSERT(cpu->
src_count
[epoch] == 0);
Completed in 21 milliseconds
Indexes created Tue Sep 23 21:09:50 GMT 2025