| 40 | |
| 41 | #ifdef IN_SUBR_COUNTER_C |
| 42 | static inline uint64_t |
| 43 | counter_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 | |
| 50 | static inline uint64_t |
| 51 | counter_u64_fetch_inline(uint64_t *c) |
no outgoing calls
no test coverage detected