Searched refs:wake_flags (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/kernel/sched/ |
A D | wait.c | 81 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() argument 107 ret = curr->func(curr, mode, wake_flags, key); in __wake_up_common() 125 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument 139 wake_flags, key, &bookmark); in __wake_up_common_lock()
|
A D | core.c | 3668 if (wake_flags & WF_MIGRATED) in ttwu_stat() 3675 if (wake_flags & WF_SYNC) in ttwu_stat() 3700 if (wake_flags & WF_MIGRATED) in ttwu_do_activate() 3710 check_preempt_curr(rq, p, wake_flags); in ttwu_do_activate() 3781 check_preempt_curr(rq, p, wake_flags); in ttwu_runnable() 3927 __ttwu_queue_wakelist(p, cpu, wake_flags); in ttwu_queue_wakelist() 3948 if (ttwu_queue_wakelist(p, cpu, wake_flags)) in ttwu_queue() 3953 ttwu_do_activate(rq, p, wake_flags, &rf); in ttwu_queue() 4267 wake_flags |= WF_MIGRATED; in try_to_wake_up() 4275 ttwu_queue(p, cpu, wake_flags); in try_to_wake_up() [all …]
|
A D | fair.c | 7555 select_task_rq_fair(struct task_struct *p, int prev_cpu, int wake_flags) in select_task_rq_fair() argument 7557 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair() 7563 int sd_flag = wake_flags & 0xF; in select_task_rq_fair() 7569 if (wake_flags & WF_TTWU) { in select_task_rq_fair() 7611 } else if (wake_flags & WF_TTWU) { /* XXX always ? */ in select_task_rq_fair() 7761 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in check_preempt_wakeup() argument 7782 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) { in check_preempt_wakeup()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_sw_fence.c | 171 int wake_flags; in __i915_sw_fence_wake_up_all() local 173 wake_flags = 0; in __i915_sw_fence_wake_up_all() 175 wake_flags = fence->error; in __i915_sw_fence_wake_up_all() 177 pos->func(pos, TASK_NORMAL, wake_flags, &extra); in __i915_sw_fence_wake_up_all()
|
/linux-6.3-rc2/kernel/locking/ |
A D | percpu-rwsem.c | 120 unsigned int mode, int wake_flags, in percpu_rwsem_wake_function() argument
|
/linux-6.3-rc2/block/ |
A D | blk-rq-qos.c | 207 unsigned int mode, int wake_flags, void *key) in rq_qos_wake_function() argument
|
/linux-6.3-rc2/fs/ |
A D | userfaultfd.c | 127 int wake_flags, void *key) in userfaultfd_wake_function() argument
|
/linux-6.3-rc2/io_uring/ |
A D | io_uring.c | 2499 int wake_flags, void *key) in io_wake_function() argument 2508 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()
|
Completed in 60 milliseconds