Home
last modified time | relevance | path

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

/linux-2.4.37.9/mm/
Doom_kill.c60 int points, cpu_time, run_time; in badness() local
80 run_time = (jiffies - p->start_time) >> (SHIFT_HZ + 10); in badness()
83 points /= int_sqrt(int_sqrt(run_time)); in badness()
/linux-2.4.37.9/arch/ia64/kernel/
Dunwind.c133 unsigned long run_time; member
1776 STAT(unw.stat.script.run_time += ia64_get_itc() - start); in run_script()