Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/ktrace/
H A Dkperf_tests.c471 #define HISTORY_LEN 5 macro
480 struct instval elts[HISTORY_LEN];
485 uint64_t elts[HISTORY_LEN];
497 __block int i = -HISTORY_LEN; in cpu_oversample_log()
506 i = -HISTORY_LEN; in cpu_oversample_log()
537 per_cpu[i].timer_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
538 per_cpu[i].fire_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
559 fire_times->cq = CIRQ_INIT(uint64_t, HISTORY_LEN);