Searched refs:stage (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/config/
H A Dnewvers.pl94 my $stage = $2;
97 $stage = "r" if (!$stage || ($stage eq "fc"));
101 $VERSION_STAGE = 'VERSION_STAGE_DEV' if ($stage eq 'd');
102 $VERSION_STAGE = 'VERSION_STAGE_ALPHA' if ($stage eq 'a');
103 $VERSION_STAGE = 'VERSION_STAGE_BETA' if ($stage eq 'b');
104 $VERSION_STAGE = 'VERSION_STAGE_RELEASE' if ($stage eq 'r');
108 $VERSION_LONG .= "$stage$VERSION_PRERELEASE_LEVEL" if (($stage n
[all...]
/xnu-2422.115.4/tools/tests/affinity/
H A Dsets.c29 * <------ "stage" -----> <------ "stage" ----->
33 * By default there are 2 stage (worker) threads per production line.
35 * queues it on an output queue. By default the initial stage (producer)
101 stage_info_t *stage[WORKERS_MAX]; member in struct:line_info
216 DBG("Starting %s set: %d stage: %d\n", sp->name, lp->setnum, sp->stagenum);
443 lp->stage[j] = sp;
455 sp = lp->stage[j];
463 sp->input = &lp->stage[j]->bufq;
464 sp->output = &lp->stage[(
[all...]
H A Dpool.c29 * <---------- "stage" ---------> <---------- "stage" --------->
31 * There are a series of work stages. Each stage has an input and an output
32 * queue and multiple threads. The first stage is the producer and subsequent
84 /* This struct controls the function of a stage */
99 stage_info_t *stage; member in struct:worker_info
199 stage_info_t *sp = wp->stage;
225 DBG("Starting %s %d, stage: %d\n", sp->name, wp->setnum, sp->stagenum);
292 * Place the buffer on the input queue of the next stage.
389 mutter("Launching %d producer%s with %d stage
[all...]
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c428 uint32_t stage; local
515 stage = 2;
541 switch (stage)
580 if (!stage)
582 stage--;
594 if (2 == stage) ppnum = gIOHibernateHandoffPages[page];
595 else if (!stage)
607 if (stage >= 2)
610 if (stage >= 1)
617 if (stage !
[all...]
/xnu-2422.115.4/libkern/
H A DOSKextVersion.c165 static const char * __OSKextVersionStringForStage(OSKextVersionStage stage) argument
167 switch (stage) {
336 // stage level
340 /* Scan for stage level number. Legal characters are
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c446 * A suspend can occur during eval/evict/adopt stage.
1087 enum hfc_stage stage; local
1111 stage = hfsmp->hfc_stage;
1215 stage = HFC_IDLE;
1229 stage = HFC_IDLE;
1269 stage = HFC_IDLE;
1273 if (stage != HFC_ADOPTION && hfsmp->hfc_filevp) {
1277 hfsmp->hfc_stage = stage;
1295 enum hfc_stage stage; local
1321 stage
[all...]
/xnu-2422.115.4/tools/tests/memorystatus/
H A Dmemorystatus.c504 static boolean_t set_priority_properties(pid_t pid, int32_t priority, int32_t limit_mb, uint64_t user_data, const char *stage, boolean_t show_error) { argument
514 printf("\t\t%s stage: failed to set properties!\n", stage);

Completed in 86 milliseconds