Searched defs:next_task (Results 1 – 2 of 2) sorted by relevance
2129 struct task_struct *next_task = pick_next_pushable_task(rq); in find_lock_lowest_rq() local2157 struct task_struct *next_task; in push_rt_task() local2741 struct task_struct *next_task = busiest_rq->rt_push_task; in rt_active_load_balance_cpu_stop() local
604 #define next_task(p) list_entry_rcu((p)->tasks.next, struct task_struct, tasks) macro