Home
last modified time | relevance | path

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

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