Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dcore.c735 if (!(flags & DEQUEUE_SAVE)) in dequeue_task()
1026 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in do_set_cpus_allowed()
3746 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio()
3895 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice()
4126 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()
5507 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma()
6346 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
Drt.c1214 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
Dsched.h1485 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
Ddeadline.c1517 if (p->on_rq == TASK_ON_RQ_MIGRATING || flags & DEQUEUE_SAVE) { in dequeue_task_dl()
Dfair.c4004 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()