Home
last modified time | relevance | path

Searched refs:ENQUEUE_INITIAL (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Dsched.h2436 #define ENQUEUE_INITIAL 0x00080000 macro
H A Dcore.c4758 activate_task(rq, p, ENQUEUE_NOCLOCK | ENQUEUE_INITIAL); in wake_up_new_task()
H A Dfair.c5201 if (sched_feat(PLACE_DEADLINE_INITIAL) && (flags & ENQUEUE_INITIAL)) in place_entity()