Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/ktrace/
H A Dkpc_tests.c351 #define NTIMESLICES (72) macro
358 unsigned int pmi_timeslices[NTIMESLICES];
359 unsigned int scheduled_timeslices[NTIMESLICES];
445 NTIMESLICES;
446 if (slice < NTIMESLICES) {
465 NTIMESLICES;
466 if (slice < NTIMESLICES) {
554 char sample_slices[NTIMESLICES + 1];
555 sample_slices[NTIMESLICES] = '\0';
563 for (unsigned int j = 0; j < NTIMESLICES; j++) {
[all …]