Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ CPU_FOREACH
Function
CPU_FOREACH
freebsd/i386/include/counter.h:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
*/
120
critical_enter();
121
CPU_FOREACH(i) {
122
res += *(uint64_t *)((char *)p +
123
UMA_PCPU_ALLOC_SIZE * i);
124
}
125
critical_exit();
126
} else {
127
arg.p = p;
Callers
5
counter_u64_zero_inline
Function · 0.85
counter_u64_fetch_inline
Function · 0.85
counter_u64_fetch_inline
Function · 0.85
counter_u64_fetch_inline
Function · 0.85
comp_smp_tsc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected