Home
last modified time | relevance | path

Searched refs:DEQUEUE_MOVE (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Dsyscalls.c526 int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in __sched_setscheduler()
696 queue_flags &= ~DEQUEUE_MOVE; in __sched_setscheduler()
H A Dext.c4928 sched_deq_and_put_task(p, DEQUEUE_SAVE | DEQUEUE_MOVE, &ctx); in scx_ops_bypass()
5072 sched_deq_and_put_task(p, DEQUEUE_SAVE | DEQUEUE_MOVE, &ctx); in scx_ops_disable_workfn()
5803 sched_deq_and_put_task(p, DEQUEUE_SAVE | DEQUEUE_MOVE, &ctx); in scx_ops_enable()
H A Dcore.c7161 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in rt_mutex_setprio()
7217 queue_flag &= ~DEQUEUE_MOVE; in rt_mutex_setprio()
9057 DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK; in sched_move_task()
H A Dfair.c5506 if ((flags & (DEQUEUE_SAVE | DEQUEUE_MOVE)) != DEQUEUE_SAVE) in dequeue_entity()