| /linux/tools/testing/selftests/sched_ext/ |
| H A D | select_cpu_dfl_nodispatch.bpf.c | 31 s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, 35 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 46 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, in BPF_STRUCT_OPS()
|
| H A D | exit.bpf.c | 21 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 28 return scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &found); in BPF_STRUCT_OPS()
|
| H A D | allowed_cpus.bpf.c | 30 struct task_struct *p, s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 44 cpu = scx_bpf_select_cpu_and(p, prev_cpu, wake_flags, allowed, 0); in BPF_STRUCT_OPS()
|
| H A D | select_cpu_dispatch_bad_dsq.bpf.c | 18 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | select_cpu_dispatch_dbl_dsp.bpf.c | 18 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | select_cpu_dispatch.bpf.c | 16 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | ddsp_bogus_dsq_fail.bpf.c | 14 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | ddsp_vtimelocal_fail.bpf.c | 14 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | enq_select_cpu.bpf.c | 15 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | dsp_local_on.bpf.c | 20 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | numa.bpf.c | 35 struct task_struct *p, s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | select_cpu_vtime.bpf.c | 39 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | maximal.bpf.c | 18 u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| /linux/kernel/sched/ |
| H A D | ext_idle.c | 451 s32 scx_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, in scx_select_cpu_dfl() argument 519 if (wake_flags & SCX_WAKE_SYNC) { in scx_select_cpu_dfl() 886 s32 prev_cpu, u64 wake_flags, in select_cpu_from_kfunc() argument 935 cpu = scx_select_cpu_dfl(p, prev_cpu, wake_flags, in select_cpu_from_kfunc() 978 u64 wake_flags, bool *is_idle) in scx_bpf_select_cpu_dfl() argument 989 cpu = select_cpu_from_kfunc(sch, p, prev_cpu, wake_flags, NULL, 0); in scx_bpf_select_cpu_dfl() 1018 __bpf_kfunc s32 scx_bpf_select_cpu_and(struct task_struct *p, s32 prev_cpu, u64 wake_flags, in scx_bpf_select_cpu_and() argument 1029 return select_cpu_from_kfunc(sch, p, prev_cpu, wake_flags, in scx_bpf_select_cpu_and()
|
| H A D | wait.c | 93 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() argument 108 ret = curr->func(curr, mode, wake_flags, key); in __wake_up_common() 119 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument 125 remaining = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags, in __wake_up_common_lock()
|
| H A D | swait.c | 22 void swake_up_locked(struct swait_queue_head *q, int wake_flags) in swake_up_locked() argument 30 try_to_wake_up(curr->task, TASK_NORMAL, wake_flags); in swake_up_locked()
|
| H A D | ext_idle.h | 18 s32 scx_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags,
|
| H A D | completion.c | 21 static void complete_with_flags(struct completion *x, int wake_flags) in complete_with_flags() argument 29 swake_up_locked(&x->wait, wake_flags); in complete_with_flags()
|
| H A D | core.c | 3567 int select_task_rq(struct task_struct *p, int cpu, int *wake_flags) in select_task_rq() argument 3572 cpu = p->sched_class->select_task_rq(p, cpu, *wake_flags); in select_task_rq() 3573 *wake_flags |= WF_RQ_SELECTED; in select_task_rq() 3640 ttwu_stat(struct task_struct *p, int cpu, int wake_flags) in ttwu_stat() argument 3666 if (wake_flags & WF_MIGRATED) in ttwu_stat() 3672 if (wake_flags & WF_SYNC) in ttwu_stat() 3686 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_activate() argument 3696 if (wake_flags & WF_RQ_SELECTED) in ttwu_do_activate() 3698 if (wake_flags & WF_MIGRATED) in ttwu_do_activate() 3707 wakeup_preempt(rq, p, wake_flags); in ttwu_do_activate() [all …]
|
| /linux/tools/sched_ext/ |
| H A D | scx_simple.bpf.c | 55 s32 BPF_STRUCT_OPS(simple_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 60 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
|
| H A D | scx_central.bpf.c | 91 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| /linux/drivers/gpu/drm/i915/ |
| H 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/block/ |
| H A D | blk-rq-qos.c | 206 unsigned int mode, int wake_flags, void *key) in rq_qos_wake_function() argument 225 default_wake_function(curr, mode, wake_flags, key); in rq_qos_wake_function()
|
| /linux/include/linux/ |
| H A D | swait.h | 149 extern void swake_up_locked(struct swait_queue_head *q, int wake_flags);
|
| /linux/kernel/locking/ |
| H A D | percpu-rwsem.c | 120 unsigned int mode, int wake_flags, in percpu_rwsem_wake_function() argument
|