Home
last modified time | relevance | path

Searched refs:_counters (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dmutex_prof.h58 mutex_prof_num_##t##_counters \
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/
Dfm.h236 #define FMAN_COUNTERS_TRANS(fsl_counters, _counters) \ argument
237 switch (_counters){ \
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_stats.h722 counter _counters[COUNTER_LAST + 1]; variable
740 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } in getCounter()
745 inline counter *getCounters() { return _counters; } in getCounters()