Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 2 of 2) sorted by relevance

/kernel/sched/
Ddebug.c1057 u64 t0, t1; in proc_sched_show_task() local
1059 t0 = cpu_clock(this_cpu); in proc_sched_show_task()
1061 __PS("clock-delta", t1-t0); in proc_sched_show_task()
Dfair.c11681 u64 t0, t1, curr_cost = 0; in newidle_balance() local
11735 t0 = sched_clock_cpu(this_cpu); in newidle_balance()
11755 domain_cost = t1 - t0; in newidle_balance()
11759 t0 = t1; in newidle_balance()