Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Ddeadline.c1690 if (flags & (DEQUEUE_SAVE|DEQUEUE_MIGRATING)) { in dequeue_dl_entity()
1778 flags |= DEQUEUE_MIGRATING; in dequeue_task_dl()
H A Dsched.h2213 #define DEQUEUE_MIGRATING 0x100 /* Matches ENQUEUE_MIGRATING */ macro