Home
last modified time | relevance | path

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

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