Home
last modified time | relevance | path

Searched refs:DEQUEUE_SAVE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/kernel/sched/
Dcore.c1308 if (!(flags & DEQUEUE_SAVE)) { in dequeue_task()
1606 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in do_set_cpus_allowed()
4374 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio()
4523 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice()
4761 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()
6157 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma()
7037 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
Drt.c1215 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
Dsched.h1683 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
Ddeadline.c1549 if (p->on_rq == TASK_ON_RQ_MIGRATING || flags & DEQUEUE_SAVE) { in dequeue_task_dl()
Dfair.c4108 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()