DEQUEUE_NOCLOCK
if (!(flags & DEQUEUE_NOCLOCK)) {
flags |= DEQUEUE_NOCLOCK;
if (!(flags & DEQUEUE_NOCLOCK))
deactivate_task(rq, p, DEQUEUE_NOCLOCK);
int flags = DEQUEUE_NOCLOCK;
dequeue_task(rq, owner, DEQUEUE_NOCLOCK | DEQUEUE_SAVE);
DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK;
unsigned int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK;
dequeue_task(rq, p, DEQUEUE_SLEEP | DEQUEUE_DELAYED | DEQUEUE_NOCLOCK);
deactivate_task(env->src_rq, p, DEQUEUE_NOCLOCK);
int queue_flags = DEQUEUE_SAVE | DEQUEUE_MOVE | DEQUEUE_NOCLOCK;