Searched refs:DEQUEUE_SAVE (Results 1 – 6 of 6) sorted by relevance
71 sched_core_dequeue(rq, p, DEQUEUE_SAVE); in sched_core_update_cookie()
263 if (!(flags & DEQUEUE_SAVE) && rq->nr_running == 1 && in sched_core_dequeue()2114 if (!(flags & DEQUEUE_SAVE)) { in dequeue_task()2779 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in __do_set_cpus_allowed()7068 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio()7218 dequeue_task(rq, p, DEQUEUE_SAVE | DEQUEUE_NOCLOCK); in set_user_nice()7632 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()9389 dequeue_task(rq, p, DEQUEUE_SAVE); in sched_setnuma()10526 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
1303 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) == DEQUEUE_SAVE) in move_entity()
2210 #define DEQUEUE_SAVE 0x02 /* Matches ENQUEUE_RESTORE */ macro
1690 if (flags & (DEQUEUE_SAVE|DEQUEUE_MIGRATING)) { in dequeue_dl_entity()
5414 * except when: DEQUEUE_SAVE && !DEQUEUE_MOVE, in this case we'll be in dequeue_entity() 5418 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()