Searched refs:off_thread (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | recount.c | 913 recount_switch_thread(struct recount_snap *cur, struct thread *off_thread, in recount_switch_thread() argument 927 recount_absorb_snap(&diff, off_thread, off_task, processor, in recount_switch_thread() 929 off_thread->th_recount.rth_current_level in recount_switch_thread() 938 recount_add_energy(struct thread *off_thread, struct task *off_task, in recount_add_energy() argument 947 bool was_idle = (off_thread->options & TH_OPT_IDLE_THREAD) != 0; in recount_add_energy() 948 …struct recount_track *wi_tracks_array = work_interval_get_recount_tracks(off_thread->th_work_inter… in recount_add_energy() 953 off_thread->th_recount.rth_lifetime, recount_thread_plan.rpl_topo, in recount_add_energy() 974 #pragma unused(off_thread, off_task, energy_nj) in recount_add_energy()
|
| H A D | recount.h | 386 void recount_switch_thread(struct recount_snap *snap, struct thread *off_thread, 389 void recount_add_energy(struct thread *off_thread, struct task *off_task,
|