Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c1966 if (flags & (ENQUEUE_RESTORE|ENQUEUE_MIGRATING)) { in enqueue_dl_entity()
2100 flags |= ENQUEUE_MIGRATING; in enqueue_task_dl()
H A Dsched.h2384 #define ENQUEUE_MIGRATING 0x100 macro