Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/scheduler/
Dsched-stats.txt77 5) # of times in this domain pull_task() was called when the cpu
79 6) # of times in this domain pull_task() was called even though
94 13) # of times in this domain pull_task() was called when busy
95 14) # of times in this domain pull_task() was called even though the
110 21) # of times in this domain pull_task() was called when newly idle
111 22) # of times in this domain pull_task() was called even though the
/linux-2.6.39/kernel/
Dsched_fair.c2005 static void pull_task(struct rq *src_rq, struct task_struct *p, in pull_task() function
2087 pull_task(busiest, p, this_rq, this_cpu); in move_one_task()
2123 pull_task(busiest, p, this_rq, this_cpu); in balance_tasks()