Searched refs:off_task (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | recount.h | 304 struct task *off_task); 306 void recount_add_energy(struct thread *off_thread, struct task *off_task,
|
| H A D | recount.c | 758 struct task *off_task) 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 792 recount_update_single_start(off_task->tk_recount.rtk_lifetime, in recount_add_energy() 805 #pragma unused(off_thread, off_task, energy_nj) in recount_add_energy()
|