Searched refs:DEQUEUE_SAVE (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/sched/ |
| H A D | core_sched.c | 73 sched_core_dequeue(rq, p, DEQUEUE_SAVE); in sched_core_update_cookie()
|
| H A D | stats.h | 175 if (flags & DEQUEUE_SAVE) in psi_dequeue()
|
| H A D | syscalls.c | 96 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 D | core.c | 328 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 D | rt.c | 1206 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
|
| H A D | ext.c | 3824 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 D | deadline.c | 2034 if (flags & (DEQUEUE_SAVE|DEQUEUE_MIGRATING)) { in dequeue_dl_entity()
|
| H A D | sched.h | 2367 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
|
| H A D | fair.c | 5438 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()
|