Home
last modified time | relevance | path

Searched refs:wake_flags (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/tools/testing/selftests/sched_ext/
H A Dselect_cpu_dfl_nodispatch.bpf.c31 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 Denq_select_cpu_fails.bpf.c13 s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags,
17 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Dexit.bpf.c21 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 Dselect_cpu_dispatch_bad_dsq.bpf.c18 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Dselect_cpu_dispatch_dbl_dsp.bpf.c18 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Dselect_cpu_dispatch.bpf.c16 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Dddsp_bogus_dsq_fail.bpf.c14 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Dddsp_vtimelocal_fail.bpf.c14 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Ddsp_local_on.bpf.c20 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Dnuma.bpf.c35 struct task_struct *p, s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Dselect_cpu_vtime.bpf.c39 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Dmaximal.bpf.c18 u64 wake_flags) in BPF_STRUCT_OPS() argument
/linux-6.15/kernel/sched/
H A Dwait.c74 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() argument
89 ret = curr->func(curr, mode, wake_flags, key); in __wake_up_common()
100 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument
106 remaining = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags, in __wake_up_common_lock()
H A Dswait.c21 void swake_up_locked(struct swait_queue_head *q, int wake_flags) in swake_up_locked() argument
29 try_to_wake_up(curr->task, TASK_NORMAL, wake_flags); in swake_up_locked()
H A Dcompletion.c16 static void complete_with_flags(struct completion *x, int wake_flags) in complete_with_flags() argument
24 swake_up_locked(&x->wait, wake_flags); in complete_with_flags()
H A Dext_idle.h30 s32 scx_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, u64 flags);
H A Dext_idle.c427 s32 scx_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, u64 flags) in scx_select_cpu_dfl() argument
461 if (wake_flags & SCX_WAKE_SYNC) { in scx_select_cpu_dfl()
817 u64 wake_flags, bool *is_idle) in scx_bpf_select_cpu_dfl() argument
832 cpu = scx_select_cpu_dfl(p, prev_cpu, wake_flags, 0); in scx_bpf_select_cpu_dfl()
H A Dcore.c3584 *wake_flags |= WF_RQ_SELECTED; in select_task_rq()
3689 if (wake_flags & WF_MIGRATED) in ttwu_stat()
3696 if (wake_flags & WF_SYNC) in ttwu_stat()
3721 if (wake_flags & WF_RQ_SELECTED) in ttwu_do_activate()
3723 if (wake_flags & WF_MIGRATED) in ttwu_do_activate()
3733 wakeup_preempt(rq, p, wake_flags); in ttwu_do_activate()
4179 wake_flags |= WF_TTWU; in try_to_wake_up()
4320 wake_flags |= WF_MIGRATED; in try_to_wake_up()
4328 ttwu_queue(p, cpu, wake_flags); in try_to_wake_up()
4856 int wake_flags = WF_FORK; in wake_up_new_task() local
[all …]
/linux-6.15/tools/sched_ext/
H A Dscx_simple.bpf.c55 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 Dscx_central.bpf.c91 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
H A Dscx_flatcg.bpf.c317 s32 BPF_STRUCT_OPS(fcg_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
323 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_sw_fence.c171 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.15/block/
H A Dblk-rq-qos.c206 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-6.15/include/linux/
H A Dswait.h149 extern void swake_up_locked(struct swait_queue_head *q, int wake_flags);
/linux-6.15/kernel/locking/
H A Dpercpu-rwsem.c120 unsigned int mode, int wake_flags, in percpu_rwsem_wake_function() argument

12