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.c8399 int new_tasks; in pick_next_task_fair() local
8516 new_tasks = newidle_balance(rq, rf); in pick_next_task_fair()
8523 if (new_tasks < 0) in pick_next_task_fair()
8526 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: