Searched refs:DEQUEUE_SAVE (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | core_sched.c | 71 sched_core_dequeue(rq, p, DEQUEUE_SAVE); in sched_core_update_cookie()
|
H A D | core.c | 269 if (!(flags & DEQUEUE_SAVE) && rq->nr_running == 1 && in sched_core_dequeue() 2165 if (!(flags & DEQUEUE_SAVE)) { in dequeue_task() 2839 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in __do_set_cpus_allowed() 7256 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio() 7406 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice() 7820 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler() 9620 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma() 11193 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
|
H A D | rt.c | 1323 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
|
H A D | deadline.c | 1760 if (p->on_rq == TASK_ON_RQ_MIGRATING || flags & DEQUEUE_SAVE) { in dequeue_task_dl()
|
H A D | sched.h | 2360 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
|
H A D | fair.c | 5430 * except when: DEQUEUE_SAVE && !DEQUEUE_MOVE, in this case we'll be in dequeue_entity() 5434 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | core.c | 1644 if (!(flags & DEQUEUE_SAVE)) { in dequeue_task() 1923 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in do_set_cpus_allowed() 5064 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio() 5212 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice() 5418 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler() 6899 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma() 8147 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
|
H A D | rt.c | 1283 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
|
H A D | deadline.c | 1627 if (p->on_rq == TASK_ON_RQ_MIGRATING || flags & DEQUEUE_SAVE) { in dequeue_task_dl()
|
H A D | sched.h | 1901 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
|
H A D | fair.c | 4644 * except when: DEQUEUE_SAVE && !DEQUEUE_MOVE, in this case we'll be in dequeue_entity() 4648 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()
|
Completed in 76 milliseconds