Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore_sched.c71 sched_core_dequeue(rq, p, DEQUEUE_SAVE); in sched_core_update_cookie()
H A Dstats.h171 if (flags & DEQUEUE_SAVE) in psi_dequeue()
H A Dsyscalls.c96 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice()
536 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()
H A Dcore.c298 if (!(flags & DEQUEUE_SAVE) && rq->nr_running == 1 && in sched_core_dequeue()
2088 if (!(flags & DEQUEUE_SAVE)) in dequeue_task()
2734 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in __do_set_cpus_allowed()
7152 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio()
7917 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma()
9048 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
H A Drt.c1243 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
H A Dext.c4782 sched_deq_and_put_task(p, DEQUEUE_SAVE | DEQUEUE_MOVE, &ctx); in scx_ops_bypass()
4925 sched_deq_and_put_task(p, DEQUEUE_SAVE | DEQUEUE_MOVE, &ctx); in scx_ops_disable_workfn()
5643 sched_deq_and_put_task(p, DEQUEUE_SAVE | DEQUEUE_MOVE, &ctx); in scx_ops_enable()
H A Dsched.h2347 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
H A Ddeadline.c2078 if (flags & (DEQUEUE_SAVE|DEQUEUE_MIGRATING)) { in dequeue_dl_entity()
H A Dfair.c5577 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()
7239 if (!(p->se.sched_delayed && (task_on_rq_migrating(p) || (flags & DEQUEUE_SAVE)))) in dequeue_task_fair()