Home
last modified time | relevance | path

Searched refs:RETRY_TASK (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Dcore.c6020 if (unlikely(p == RETRY_TASK)) in __pick_next_task()
6038 if (unlikely(p == RETRY_TASK)) in __pick_next_task()
6044 if (unlikely(p == RETRY_TASK)) in __pick_next_task()
6190 if (unlikely(next == RETRY_TASK)) in pick_next_task()
6225 if (unlikely(p == RETRY_TASK)) in pick_next_task()
H A Dsched.h2509 #define RETRY_TASK ((void *)-1UL) macro
H A Dext.c3142 return RETRY_TASK; in do_pick_task_scx()
H A Dfair.c9306 return RETRY_TASK; in pick_next_task_fair()