Searched refs:PROCESSOR_NULL (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dsched_proto.c269 if (new_processor == PROCESSOR_NULL)
321 if ((thread->bound_processor == PROCESSOR_NULL ||
326 thread->runq = PROCESSOR_NULL;
446 thread->runq = PROCESSOR_NULL;
453 assert(thread->runq == PROCESSOR_NULL);
454 processor = PROCESSOR_NULL;
459 return (processor != PROCESSOR_NULL);
H A Dsched_prim.c197 if (thread->bound_processor == PROCESSOR_NULL)
211 if (thread->bound_processor == PROCESSOR_NULL)
1391 if (thread->runq != PROCESSOR_NULL)
1717 * Returns the previous binding. PROCESSOR_NULL means
1803 (thread->bound_processor == PROCESSOR_NULL ||
1815 if ((((thread_t)q->next)->bound_processor == PROCESSOR_NULL) || (((thread_t)q->next)->bound_processor == processor)) {
1817 thread->runq = PROCESSOR_NULL;
1873 thread->runq = PROCESSOR_NULL;
2144 if (thread->bound_processor == PROCESSOR_NULL ||
2148 thread->runq = PROCESSOR_NULL;
[all...]
H A Dsched_fixedpriority.c260 if (thread->bound_processor == PROCESSOR_NULL)
274 if (thread->bound_processor == PROCESSOR_NULL)
448 if (thread->bound_processor == PROCESSOR_NULL) {
495 assert(thread->runq == PROCESSOR_NULL);
496 processor = PROCESSOR_NULL;
501 return (processor != PROCESSOR_NULL);
639 } else if ((thread->sched_flags & TH_SFLAG_DEPRESSED_MASK) && (thread->bound_processor == PROCESSOR_NULL)) {
705 if ((elapsed < 2 * sched_fixedpriority_quantum) && (thread->bound_processor == PROCESSOR_NULL)) {
H A Dprocessor.c259 pset_pri_init_hint(pset, PROCESSOR_NULL);
260 pset_count_init_hint(pset, PROCESSOR_NULL);
305 if (processor == PROCESSOR_NULL)
432 if (processor == PROCESSOR_NULL || processor->processor_set == PROCESSOR_SET_NULL)
530 if (processor == PROCESSOR_NULL)
542 if (processor == PROCESSOR_NULL)
571 if (processor == PROCESSOR_NULL)
H A Dsched_grrr.c369 if (thread->bound_processor == PROCESSOR_NULL) {
414 assert(thread->runq == PROCESSOR_NULL);
415 processor = PROCESSOR_NULL;
420 return (processor != PROCESSOR_NULL);
790 thread->runq = PROCESSOR_NULL;
831 thread->runq = PROCESSOR_NULL;
949 assert(thread->runq == PROCESSOR_NULL);
H A Dmachine.c271 pset_pri_init_hint(pset, PROCESSOR_NULL);
272 pset_count_init_hint(pset, PROCESSOR_NULL);
H A Dthread_act.c719 if ( processor != PROCESSOR_NULL &&
919 if ( processor != PROCESSOR_NULL &&
H A Dpriority.c361 assert(thread->runq == PROCESSOR_NULL);
H A Dstartup.c464 thread_bind(PROCESSOR_NULL);
H A Dsyscall_subr.c375 (thread->bound_processor == PROCESSOR_NULL ||
H A Dipc_host.c326 processor_t processor = PROCESSOR_NULL;
H A Dthread.c202 thread_template.runq = PROCESSOR_NULL;
250 thread_template.bound_processor = PROCESSOR_NULL;
251 thread_template.last_processor = PROCESSOR_NULL;
H A Dledger.c1116 if ((p != PROCESSOR_NULL) && (p->state == PROCESSOR_RUNNING) &&
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmach_types.h260 #define PROCESSOR_NULL ((processor_t) 0) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Ddarwin.d264 inline processor_t PROCESSOR_NULL = ((processor_t) 0);
265 #pragma D binding "1.0" PROCESSOR_NULL
306 pr_onpro = (T->last_processor == PROCESSOR_NULL) ? -1 : T->last_processor->cpu_id;
/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/
H A Dchud_thread.c117 thread_bind(PROCESSOR_NULL);
147 if ((PROCESSOR_NULL != lastProcessor) && (thread == lastProcessor->active_thread)) {

Completed in 105 milliseconds