Home
last modified time | relevance | path

Searched refs:ps_switch (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dthread.c1015 dst_thread->ps_switch = src_thread->ps_switch; in thread_copy_resource_info()
1063 task->ps_switch += thread->ps_switch; in thread_terminate_queue_invoke()
H A Dthread.h672 uint32_t ps_switch; /* total pset switches */ member
H A Dtask.c1845 new_task->ps_switch = 0; in task_create_internal()
2000 to_task->ps_switch = from_task->ps_switch; in task_rollup_accounting_info()
2191 dead_task_statistics.total_pset_switches += task->ps_switch; in task_deallocate_internal()
6654 infov2->task_pset_switches = task->ps_switch; in task_power_info_locked()
6674 infov2->task_pset_switches += thread->ps_switch; in task_power_info_locked()
H A Dtask.h300 uint32_t ps_switch; /* total pset switches */ member
H A Dsched_prim.c3263 thread->ps_switch++; in thread_invoke()
3408 thread->ps_switch++; in thread_invoke()