Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c8401 int new_tasks; in pick_next_task_fair() local
8518 new_tasks = newidle_balance(rq, rf); in pick_next_task_fair()
8525 if (new_tasks < 0) in pick_next_task_fair()
8528 if (new_tasks > 0) in pick_next_task_fair()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py382 for recipe, new_tasks in task_lists.items():
385 for new_task in new_tasks: