Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/ktrace/
H A Dkpc_tests.c356 #define NTIMESLICES (72) macro
363 unsigned int pmi_timeslices[NTIMESLICES];
364 unsigned int scheduled_timeslices[NTIMESLICES];
452 NTIMESLICES;
453 if (slice < NTIMESLICES) {
472 NTIMESLICES;
473 if (slice < NTIMESLICES) {
561 char sample_slices[NTIMESLICES + 1];
562 sample_slices[NTIMESLICES] = '\0';
570 for (unsigned int j = 0; j < NTIMESLICES; j++) {
[all …]