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.c73 sched_core_dequeue(rq, p, DEQUEUE_SAVE); in sched_core_update_cookie()
H A Dstats.h175 if (flags & DEQUEUE_SAVE) in psi_dequeue()
H A Dsyscalls.c96 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice()
523 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()
H A Dcore.c328 if (!(flags & DEQUEUE_SAVE) && rq->nr_running == 1 && in sched_core_dequeue()
2114 if (!(flags & DEQUEUE_SAVE)) in dequeue_task()
2727 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in __do_set_cpus_allowed()
6741 dequeue_task(rq, owner, DEQUEUE_NOCLOCK | DEQUEUE_SAVE); in proxy_tag_curr()
7330 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio()
8096 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma()
9211 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
H A Drt.c1206 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
H A Dext.c3824 sched_deq_and_put_task(p, DEQUEUE_SAVE | DEQUEUE_MOVE, &ctx); in scx_bypass()
3983 sched_deq_and_put_task(p, DEQUEUE_SAVE | DEQUEUE_MOVE, &ctx); in scx_disable_workfn()
4762 sched_deq_and_put_task(p, DEQUEUE_SAVE | DEQUEUE_MOVE, &ctx); in scx_enable()
H A Ddeadline.c2034 if (flags & (DEQUEUE_SAVE|DEQUEUE_MIGRATING)) { in dequeue_dl_entity()
H A Dsched.h2367 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
H A Dfair.c5438 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()