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

/darwin-on-arm/xnu/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_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)) {
658 if ((thread->sched_flags & TH_SFLAG_PENDING_THROTTLE_MASK) && (thread->bound_processor == PROCESSOR_NULL)) {
759 if ((elapsed < 2 * sched_fixedpriority_quantum) && (thread->bound_processor == PROCESSOR_NULL)) {
H A Dsched_prim.c188 if (thread->bound_processor == PROCESSOR_NULL)
202 if (thread->bound_processor == PROCESSOR_NULL)
1334 if (processor != PROCESSOR_NULL && processor->active_thread == thread)
1416 return ((processor != PROCESSOR_NULL) && (processor->active_thread == thread));
1595 * Returns the previous binding. PROCESSOR_NULL means
1667 (thread->bound_processor == PROCESSOR_NULL ||
1680 thread->runq = PROCESSOR_NULL;
1734 thread->runq = PROCESSOR_NULL;
1997 if (thread->bound_processor == PROCESSOR_NULL ||
2001 thread->runq = PROCESSOR_NULL;
[all...]
H A Dprocessor.c260 pset_pri_init_hint(pset, PROCESSOR_NULL);
261 pset_count_init_hint(pset, PROCESSOR_NULL);
305 if (processor == PROCESSOR_NULL)
402 if (processor == PROCESSOR_NULL || processor->processor_set == PROCESSOR_SET_NULL)
500 if (processor == PROCESSOR_NULL)
512 if (processor == PROCESSOR_NULL)
541 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 Dstartup.c417 thread_bind(PROCESSOR_NULL);
H A Dthread_act.c719 if ( processor != PROCESSOR_NULL &&
919 if ( processor != PROCESSOR_NULL &&
H A Dpriority.c374 assert(thread->runq == PROCESSOR_NULL);
H A Dsyscall_subr.c291 (thread->bound_processor == PROCESSOR_NULL ||
H A Dthread.c176 thread_template.runq = PROCESSOR_NULL;
223 thread_template.bound_processor = PROCESSOR_NULL;
224 thread_template.last_processor = PROCESSOR_NULL;
1154 if (thread->bound_processor != PROCESSOR_NULL && thread->bound_processor->idle_thread == thread)
H A Dipc_host.c326 processor_t processor = PROCESSOR_NULL;
H A Dledger.c762 if ((p != PROCESSOR_NULL) && (p->state == PROCESSOR_RUNNING) &&
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_types.h255 #define PROCESSOR_NULL ((processor_t) 0) macro
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c109 thread_bind(PROCESSOR_NULL);
139 if ((PROCESSOR_NULL != lastProcessor) && (thread == lastProcessor->active_thread)) {

Completed in 102 milliseconds