| /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 885 select_cpu_from_kfunc(struct scx_sched * sch,struct task_struct * p,s32 prev_cpu,u64 wake_flags,const struct cpumask * allowed,u64 flags) select_cpu_from_kfunc() argument 977 scx_bpf_select_cpu_dfl(struct task_struct * p,s32 prev_cpu,u64 wake_flags,bool * is_idle) scx_bpf_select_cpu_dfl() argument 1000 u64 wake_flags; global() member 1047 scx_bpf_select_cpu_and(struct task_struct * p,s32 prev_cpu,u64 wake_flags,const struct cpumask * cpus_allowed,u64 flags) scx_bpf_select_cpu_and() argument [all...] |
| H A D | wait.c | 93 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() 119 int nr_exclusive, int wake_flags, void *key) 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()
|
| H A D | completion.c | 21 static void complete_with_flags(struct completion *x, int wake_flags) in complete_with_flags()
|
| H A D | core.c | 3516 int select_task_rq(struct task_struct *p, int cpu, int *wake_flags) in select_task_rq() 3589 ttwu_stat(struct task_struct *p, int cpu, int wake_flags) in ttwu_stat() 3647 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_activate() 3708 static int ttwu_runnable(struct task_struct *p, int wake_flags) in ttwu_runnable() 3793 static void __ttwu_queue_wakelist(struct task_struct *p, int cpu, int wake_flags) in __ttwu_queue_wakelist() 3897 static bool ttwu_queue_wakelist(struct task_struct *p, int cpu, int wake_flags) in ttwu_queue_wakelist() 3908 static void ttwu_queue(struct task_struct *p, int cpu, int wake_flags) in ttwu_queue() 4092 int try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) in try_to_wake_up() 4768 int wake_flags = WF_FORK; in wake_up_new_task() local 7246 int default_wake_function(wait_queue_entry_t *curr, unsigned mode, int wake_flags, in default_wake_function()
|
| H A D | ext.c | 2645 select_task_rq_scx(struct task_struct * p,int prev_cpu,int wake_flags) select_task_rq_scx() argument 3233 wakeup_preempt_scx(struct rq * rq,struct task_struct * p,int wake_flags) wakeup_preempt_scx() argument 5501 sched_ext_ops__select_cpu(struct task_struct * p,s32 prev_cpu,u64 wake_flags) sched_ext_ops__select_cpu() argument
|
| H A D | fair.c | 8584 select_task_rq_fair(struct task_struct *p, int prev_cpu, int wake_flags) in select_task_rq_fair() 8752 set_preempt_buddy(struct cfs_rq *cfs_rq, int wake_flags, in set_preempt_buddy() 8774 preempt_sync(struct rq *rq, int wake_flags, in preempt_sync() 8812 static void wakeup_preempt_fair(struct rq *rq, struct task_struct *p, int wake_flags) in wakeup_preempt_fair()
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | select_cpu_dispatch.bpf.c | 16 s32 prev_cpu, u64 wake_flags) 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()
|
| H A D | select_cpu_dispatch_dbl_dsp.bpf.c | 18 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS()
|
| H A D | ddsp_vtimelocal_fail.bpf.c | 14 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS()
|
| H A D | ddsp_bogus_dsq_fail.bpf.c | 14 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS()
|
| H A D | enq_select_cpu_fails.bpf.c | |
| H A D | select_cpu_dfl_nodispatch.bpf.c | 35 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS()
|
| H A D | dsp_local_on.bpf.c | 20 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS()
|
| H A D | exit.bpf.c | 21 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS()
|
| H A D | select_cpu_vtime.bpf.c | 39 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS()
|
| H A D | maximal.bpf.c | 18 u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| /linux/tools/sched_ext/ |
| H A D | scx_cpu0.bpf.c | 45 s32 BPF_STRUCT_OPS(cpu0_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | scx_central.bpf.c | 91 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | scx_flatcg.bpf.c | 317 s32 BPF_STRUCT_OPS(fcg_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| H A D | scx_qmap.bpf.c | 163 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | compat.bpf.h | 252 scx_bpf_select_cpu_and(struct task_struct *p, s32 prev_cpu, u64 wake_flags, in scx_bpf_select_cpu_and()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_sw_fence.c | 171 int wake_flags; in __i915_sw_fence_wake_up_all() local
|
| /linux/fs/ |
| H A D | userfaultfd.c | 108 int wake_flags, void *key) in userfaultfd_wake_function()
|