MCPcopy Create free account
hub / github.com/F-Stack/f-stack / counter_u64_read_one

Function counter_u64_read_one

freebsd/amd64/include/counter.h:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41#ifdef IN_SUBR_COUNTER_C
42static inline uint64_t
43counter_u64_read_one(counter_u64_t c, int cpu)
44{
45
46 MPASS(c != EARLY_COUNTER);
47 return (*zpcpu_get_cpu(c, cpu));
48}
49
50static inline uint64_t
51counter_u64_fetch_inline(uint64_t *c)

Callers 1

counter_u64_fetch_inlineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected