Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dcore_sched.c71 sched_core_dequeue(rq, p, DEQUEUE_SAVE); in sched_core_update_cookie()
Dcore.c263 if (!(flags & DEQUEUE_SAVE) && rq->nr_running == 1 && in sched_core_dequeue()
2116 if (!(flags & DEQUEUE_SAVE)) { in dequeue_task()
2781 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in __do_set_cpus_allowed()
7067 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio()
7217 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice()
7631 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()
9392 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma()
10502 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
Drt.c1312 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
Dsched.h2205 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
Ddeadline.c1757 if (p->on_rq == TASK_ON_RQ_MIGRATING || flags & DEQUEUE_SAVE) { in dequeue_task_dl()
Dfair.c5301 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()