Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/cpu_counters/
H A Dkpc_tests.c409 #define NTIMESLICES (72) macro
416 unsigned int pmi_timeslices[NTIMESLICES];
417 unsigned int scheduled_timeslices[NTIMESLICES];
499 NTIMESLICES;
500 if (slice < NTIMESLICES) {
519 NTIMESLICES;
520 if (slice < NTIMESLICES) {
608 char sample_slices[NTIMESLICES + 1];
609 sample_slices[NTIMESLICES] = '\0';
617 for (unsigned int j = 0; j < NTIMESLICES; j++) {
[all …]