Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c2273 if (flags & (DEQUEUE_SAVE|DEQUEUE_MIGRATING)) { in dequeue_dl_entity()
2358 flags |= DEQUEUE_MIGRATING; in dequeue_task_dl()
H A Dsched.h2487 #define DEQUEUE_MIGRATING 0x0010 /* Matches ENQUEUE_MIGRATING */ macro