Searched refs:pset0 (Results 1 - 13 of 13) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.c87 struct processor_set pset0; variable in typeref:struct:processor_set
120 pset_init(&pset0, &pset_node0);
121 pset_node0.psets = &pset0;
133 processor_init(master_processor, master_cpu, &pset0);
265 if (pset != &pset0) {
591 *pset = &pset0;
731 if (pset == PROCESSOR_SET_NULL || pset != &pset0)
822 if (pset == PROCESSOR_SET_NULL || pset != &pset0)
H A Dmk_sp.c84 pset == PROCESSOR_SET_NULL || pset != &pset0)
195 processor_set_t pset = &pset0;
H A Dipc_host.c137 ipc_pset_init(&pset0);
138 ipc_pset_enable(&pset0);
252 *pset = &pset0;
H A Dprocessor.h117 extern struct processor_set pset0;
H A Dsched_dualq.c452 pset = &pset0;
H A Dstack.c529 if (pset == PROCESSOR_SET_NULL || pset != &pset0)
H A Dthread.c1485 return (thread_assign(thread, &pset0));
1501 *pset = &pset0;
H A Dhost.c779 *((ipc_port_t *) addr) = convert_pset_name_to_port(&pset0);
H A Dsched_multiq.c1402 pset = &pset0;
H A Dtask.c3413 return (task_assign(task, &pset0, assign_threads));
3429 *pset = &pset0;
H A Dsched_prim.c617 SCHED(pset_init)(&pset0);
/xnu-2782.1.97/osfmk/chud/
H A Dchud_thread.c206 if (pset == PROCESSOR_SET_NULL || pset != &pset0)
441 return chudxnu_private_processor_set_things(&pset0, (mach_port_t **)task_list, count, THING_TASK);
470 return chudxnu_private_processor_set_things(&pset0, (mach_port_t **)thread_list, count, THING_THREAD);
/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py1233 pset = addressof(kern.globals.pset0)

Completed in 125 milliseconds