Searched refs:wake_flags (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/kernel/sched/ |
D | wait.c | 67 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() argument 93 ret = curr->func(curr, mode, wake_flags, key); in __wake_up_common() 111 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument 124 wake_flags, key, &bookmark); in __wake_up_common_lock() 188 int wake_flags = 1; /* XXX WF_SYNC */ in __wake_up_sync_key() local 194 wake_flags = 0; in __wake_up_sync_key() 196 __wake_up_common_lock(wq_head, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key()
|
D | core.c | 2103 int select_task_rq(struct task_struct *p, int cpu, int sd_flags, int wake_flags) in select_task_rq() argument 2108 cpu = p->sched_class->select_task_rq(p, cpu, sd_flags, wake_flags); in select_task_rq() 2175 ttwu_stat(struct task_struct *p, int cpu, int wake_flags) in ttwu_stat() argument 2202 if (wake_flags & WF_MIGRATED) in ttwu_stat() 2209 if (wake_flags & WF_SYNC) in ttwu_stat() 2216 static void ttwu_do_wakeup(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_wakeup() argument 2219 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup() 2249 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_activate() argument 2260 if (wake_flags & WF_MIGRATED) in ttwu_do_activate() 2265 ttwu_do_wakeup(rq, p, wake_flags, rf); in ttwu_do_activate() [all …]
|
D | fair.c | 6443 select_task_rq_fair(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags) in select_task_rq_fair() argument 6449 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair() 6666 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in check_preempt_wakeup() argument 6686 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) { in check_preempt_wakeup()
|
/Linux-v5.4/block/ |
D | blk-rq-qos.c | 213 unsigned int mode, int wake_flags, void *key) in rq_qos_wake_function() argument
|
/Linux-v5.4/fs/ |
D | userfaultfd.c | 107 int wake_flags, void *key) in userfaultfd_wake_function() argument
|
D | io_uring.c | 2871 int wake_flags, void *key) in io_wake_function() argument 2879 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()
|