Searched refs:TASK_NORMAL (Results 1 - 24 of 24) sorted by relevance

/linux-master/kernel/
H A Dfreezer.c69 WARN_ON_ONCE(state && !(state & TASK_NORMAL));
122 * Only TASK_NORMAL can be augmented with TASK_FREEZABLE, since they
126 WARN_ON_ONCE(!(state & TASK_NORMAL));
171 wake_up_state(p, TASK_NORMAL);
180 * here. For tasks which were TASK_NORMAL | TASK_FREEZABLE, their initial state
H A Dsignal.c2038 __wake_up(&pid->wait_pidfd, TASK_NORMAL, 0,
H A Dworkqueue.c4314 __wake_up(&wq_cancel_waitq, TASK_NORMAL, 1, work);
/linux-master/kernel/sched/
H A Dswait.c29 try_to_wake_up(curr->task, TASK_NORMAL, wake_flags);
71 wake_up_state(curr->task, TASK_NORMAL);
H A Dwait_bit.c126 __wake_up(wq_head, TASK_NORMAL, 1, &key);
H A Dwait.c211 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE));
H A Dcore.c4510 return try_to_wake_up(p, TASK_NORMAL, 0);
/linux-master/include/linux/
H A Dwait.h219 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL)
220 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL)
221 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL)
222 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1)
223 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0)
236 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
238 __wake_up_on_current_cpu(x, TASK_NORMAL, poll_to_key(m))
240 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
H A Dsched.h132 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
/linux-master/kernel/locking/
H A Drtmutex_common.h46 * @wake_state: Wakeup state to use (TASK_NORMAL or TASK_RTLOCK_WAIT)
216 waiter->wake_state = TASK_NORMAL;
H A Dpercpu-rwsem.c278 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem);
H A Drwsem.c1475 rwbase_read_unlock(&sem->rwbase, TASK_NORMAL);
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence.c164 pos->func(pos, TASK_NORMAL, 0, continuation);
177 pos->func(pos, TASK_NORMAL, wake_flags, &extra);
/linux-master/io_uring/
H A Dio_uring.h266 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0,
283 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0,
/linux-master/kernel/futex/
H A Drequeue.c239 wake_up_state(q->task, TASK_NORMAL);
/linux-master/drivers/dma-buf/
H A Ddma-fence.c745 wake_up_state(wait->task, TASK_NORMAL);
/linux-master/fs/
H A Duserfaultfd.c918 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range);
919 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range);
1217 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL,
1220 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range);
H A Ddax.c196 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key);
/linux-master/fs/nfs/
H A Dcallback_proc.c687 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args);
/linux-master/net/sunrpc/
H A Dsched.c331 __wake_up_locked_key(wq, TASK_NORMAL, &k);
/linux-master/fs/gfs2/
H A Dglock.c126 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name);
/linux-master/mm/
H A Dfilemap.c1152 __wake_up_locked_key(q, TASK_NORMAL, &key);
H A Dmemcontrol.c1995 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg);
/linux-master/block/
H A Dblk-iocost.c1543 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx);

Completed in 428 milliseconds