Searched refs:cpu_usage_0 (Results 1 – 1 of 1) sorted by relevance
617 u64 cpu_usage_0, cpu_usage_1; in thread_func() local 635 cpu_usage_0 = get_cpu_usage_nsec_self(fd); in thread_func() 643 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; in thread_func() 707 u64 cpu_usage_0, cpu_usage_1; in wait_for_tasks() local 723 cpu_usage_0 = get_cpu_usage_nsec_parent(); in wait_for_tasks() 741 sched->parent_cpu_usage = cpu_usage_1 - cpu_usage_0; in wait_for_tasks()