Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c7237 int new_tasks; in pick_next_task_fair() local
7361 new_tasks = newidle_balance(rq, rf); in pick_next_task_fair()
7368 if (new_tasks < 0) in pick_next_task_fair()
7371 if (new_tasks > 0) in pick_next_task_fair()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py358 for recipe, new_tasks in task_lists.items():
361 for new_task in new_tasks: