Searched refs:c_switch (Results 1 – 7 of 7) sorted by relevance
294 return thread->c_switch != thread->kperf_c_switch; in kperf_thread_get_dirty()301 thread->kperf_c_switch = thread->c_switch - 1; in kperf_thread_set_dirty()303 thread->kperf_c_switch = thread->c_switch; in kperf_thread_set_dirty()
1087 cswitch += thread->c_switch; in fill_taskprocinfo()1114 ptinfo->pti_csw = (int32_t) MIN(task->c_switch + cswitch, INT32_MAX); in fill_taskprocinfo()
1013 dst_thread->c_switch = src_thread->c_switch; in thread_copy_resource_info()1061 task->c_switch += thread->c_switch; in thread_terminate_queue_invoke()
670 uint32_t c_switch; /* total context switches */ member
298 uint32_t c_switch; /* total context switches */ member
1843 new_task->c_switch = 0; in task_create_internal()1998 to_task->c_switch = from_task->c_switch; in task_rollup_accounting_info()5708 n_csw = task->c_switch; in task_info()5711 n_csw += thread->c_switch; in task_info()
3268 thread->c_switch++; in thread_invoke()3413 thread->c_switch++; in thread_invoke()