Searched refs:stage_info (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dpool.c329 stage_info_t *stage_info; local
409 stage_info = (stage_info_t *) malloc(stages * sizeof(stage_info_t));
414 sp = &stage_info[i];
428 sp->output = &stage_info[(i + 1) % stages].bufq;
429 stage_info[i].work_todo = iterations;
447 TAILQ_INSERT_TAIL(&stage_info[0].bufq.queue, &work_array[j], link);
453 wp->stage = &stage_info[0];
466 wp->stage = &stage_info[i];
H A Dsets.c349 stage_info_t *stage_info; local
427 stage_info = (stage_info_t *) malloc(sets * stages * sizeof(stage_info_t));
439 sp = &stage_info[(i*stages) + j];

Completed in 72 milliseconds