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

/darwin-on-arm/xnu/config/
H A Dnewvers.pl99 my $stage = $2;
102 $stage = "r" if (!$stage || ($stage eq "fc"));
106 $VERSION_STAGE = 'VERSION_STAGE_DEV' if ($stage eq 'd');
107 $VERSION_STAGE = 'VERSION_STAGE_ALPHA' if ($stage eq 'a');
108 $VERSION_STAGE = 'VERSION_STAGE_BETA' if ($stage eq 'b');
109 $VERSION_STAGE = 'VERSION_STAGE_RELEASE' if ($stage eq 'r');
113 $VERSION_LONG .= "$stage$VERSION_PRERELEASE_LEVEL" if (($stage n
[all...]
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dsets.c28 * <------ "stage" -----> <------ "stage" ----->
32 * By default there are 2 stage (worker) threads per production line.
34 * queues it on an output queue. By default the initial stage (producer)
100 stage_info_t *stage[WORKERS_MAX]; member in struct:line_info
215 DBG("Starting %s set: %d stage: %d\n", sp->name, lp->setnum, sp->stagenum);
442 lp->stage[j] = sp;
454 sp = lp->stage[j];
462 sp->input = &lp->stage[j]->bufq;
463 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...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c423 uint32_t stage; local
506 stage = 2;
532 switch (stage)
571 if (!stage)
573 stage--;
585 if (2 == stage) ppnum = gIOHibernateHandoffPages[page];
586 else if (!stage)
598 if (stage >= 2)
601 if (stage >= 1)
609 if (stage !
[all...]
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c446 * A suspend can occur during eval/evict/adopt stage.
1079 enum hfc_stage stage; local
1103 stage = hfsmp->hfc_stage;
1206 stage = HFC_IDLE;
1220 stage = HFC_IDLE;
1260 stage = HFC_IDLE;
1264 if (stage != HFC_ADOPTION && hfsmp->hfc_filevp) {
1268 hfsmp->hfc_stage = stage;
1286 enum hfc_stage stage; local
1312 stage
[all...]

Completed in 25 milliseconds