Searched refs:off_thread (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | recount.h | 317 void recount_switch_thread(struct recount_snap *snap, struct thread *off_thread, 320 void recount_add_energy(struct thread *off_thread, struct task *off_task,
|
| H A D | recount.c | 763 recount_switch_thread(struct recount_snap *cur, struct thread *off_thread, in recount_switch_thread() argument 777 recount_absorb_snap(&diff, off_thread, off_task, processor, false); in recount_switch_thread() 782 recount_add_energy(struct thread *off_thread, struct task *off_task, in recount_add_energy() argument 791 bool was_idle = (off_thread->options & TH_OPT_IDLE_THREAD) != 0; in recount_add_energy() 795 off_thread->th_recount.rth_lifetime, recount_thread_plan.rpl_topo, in recount_add_energy() 811 #pragma unused(off_thread, off_task, energy_nj) in recount_add_energy()
|