Searched refs:ext_policystate (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c401 val = task->ext_policystate.hw_bg;
425 val = thread->ext_policystate.hw_bg;
475 if (task->ext_policystate.hw_bg != intval)
476 task->ext_policystate.hw_bg = intval;
535 thread->ext_policystate.hw_bg = prio;
574 task->ext_policystate.hw_bg |= val;
598 thread->ext_policystate.hw_bg |= val;
621 task->ext_policystate.hw_bg &= ~intval;
645 thread->ext_policystate.hw_bg &= ~val;
690 if (task->ext_appliedstate.hw_bg != task->ext_policystate
[all...]
H A Dtask.h346 process_policy_t ext_policystate; /* externally defined process policy states*/ member in struct:task
H A Dtask.c533 new_task->ext_policystate = parent_task->ext_policystate;
553 new_task->ext_policystate = default_task_proc_policy;
H A Dthread.h424 struct process_policy ext_policystate; /* externally defined process policy states*/ member in struct:thread
H A Dthread.c271 thread_template.ext_policystate = default_task_proc_policy;

Completed in 35 milliseconds