Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Dcore.c1580 if (!(flags & DEQUEUE_SAVE)) { in dequeue_task()
1849 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in do_set_cpus_allowed()
4836 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio()
4987 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice()
5224 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()
6663 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma()
7551 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
Drt.c1256 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
Dsched.h1760 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
Ddeadline.c1620 if (p->on_rq == TASK_ON_RQ_MIGRATING || flags & DEQUEUE_SAVE) { in dequeue_task_dl()
Dfair.c4347 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()