Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dcore_sched.c71 sched_core_dequeue(rq, p, DEQUEUE_SAVE); in sched_core_update_cookie()
Dcore.c257 if (!(flags & DEQUEUE_SAVE) && rq->nr_running == 1 && in sched_core_dequeue()
2074 if (!(flags & DEQUEUE_SAVE)) { in dequeue_task()
2569 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in __do_set_cpus_allowed()
6892 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio()
7042 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice()
7443 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()
9113 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma()
10214 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
Drt.c1308 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
Dsched.h2128 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
Ddeadline.c1766 if (p->on_rq == TASK_ON_RQ_MIGRATING || flags & DEQUEUE_SAVE) { in dequeue_task_dl()
Dfair.c4739 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()