Home
last modified time | relevance | path

Searched refs:off_thread (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Drecount.h303 void recount_switch_thread(struct recount_snap *snap, struct thread *off_thread,
306 void recount_add_energy(struct thread *off_thread, struct task *off_task,
H A Drecount.c757 recount_switch_thread(struct recount_snap *cur, struct thread *off_thread, in recount_switch_thread() argument
771 recount_absorb_snap(&diff, off_thread, off_task, processor, false); in recount_switch_thread()
776 recount_add_energy(struct thread *off_thread, struct task *off_task, in recount_add_energy() argument
785 bool was_idle = (off_thread->options & TH_OPT_IDLE_THREAD) != 0; in recount_add_energy()
789 off_thread->th_recount.rth_lifetime, recount_thread_plan.rpl_topo, in recount_add_energy()
805 #pragma unused(off_thread, off_task, energy_nj) in recount_add_energy()