Searched refs:DEQUEUE_SAVE (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/sched/ |
H A D | core_sched.c | 71 sched_core_dequeue(rq, p, DEQUEUE_SAVE); in sched_core_update_cookie()
|
H A D | stats.h | 171 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() 536 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()
|
H A D | core.c | 298 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 D | rt.c | 1243 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
|
H A D | ext.c | 4782 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 D | sched.h | 2347 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
|
H A D | deadline.c | 2078 if (flags & (DEQUEUE_SAVE|DEQUEUE_MIGRATING)) { in dequeue_dl_entity()
|
H A D | fair.c | 5577 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()
|