Searched defs:wake_flags (Results 1 – 4 of 4) sorted by relevance
/kernel/sched/ |
D | wait.c | 82 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() 126 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() 206 int wake_flags = WF_SYNC; in __wake_up_sync_key() local
|
D | core.c | 3641 int select_task_rq(struct task_struct *p, int cpu, int wake_flags) in select_task_rq() 3730 ttwu_stat(struct task_struct *p, int cpu, int wake_flags) in ttwu_stat() 3771 static void ttwu_do_wakeup(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_wakeup() 3807 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_activate() 3859 static int ttwu_runnable(struct task_struct *p, int wake_flags) in ttwu_runnable() 3927 static void __ttwu_queue_wakelist(struct task_struct *p, int cpu, int wake_flags) in __ttwu_queue_wakelist() 4006 static bool ttwu_queue_wakelist(struct task_struct *p, int cpu, int wake_flags) in ttwu_queue_wakelist() 4024 static inline bool ttwu_queue_wakelist(struct task_struct *p, int cpu, int wake_flags) in ttwu_queue_wakelist() 4031 static void ttwu_queue(struct task_struct *p, int cpu, int wake_flags) in ttwu_queue() 4216 try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) in try_to_wake_up() [all …]
|
D | fair.c | 7509 select_task_rq_fair(struct task_struct *p, int prev_cpu, int wake_flags) in select_task_rq_fair() 7721 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in check_preempt_wakeup()
|
/kernel/locking/ |
D | percpu-rwsem.c | 149 unsigned int mode, int wake_flags, in percpu_rwsem_wake_function()
|