Lines Matching refs:s32
49 s32 scx_bpf_create_dsq(u64 dsq_id, s32 node) __ksym;
50 s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, bool *is_idle) __ks…
51 s32 scx_bpf_select_cpu_and(struct task_struct *p, s32 prev_cpu, u64 wake_flags,
63 void scx_bpf_kick_cpu(s32 cpu, u64 flags) __ksym;
64 s32 scx_bpf_dsq_nr_queued(u64 dsq_id) __ksym;
72 u32 scx_bpf_cpuperf_cap(s32 cpu) __ksym __weak;
73 u32 scx_bpf_cpuperf_cur(s32 cpu) __ksym __weak;
74 void scx_bpf_cpuperf_set(s32 cpu, u32 perf) __ksym __weak;
77 int scx_bpf_cpu_node(s32 cpu) __ksym __weak;
86 bool scx_bpf_test_and_clear_cpu_idle(s32 cpu) __ksym;
87 s32 scx_bpf_pick_idle_cpu_node(const cpumask_t *cpus_allowed, int node, u64 flags) __ksym __weak;
88 s32 scx_bpf_pick_idle_cpu(const cpumask_t *cpus_allowed, u64 flags) __ksym;
89 s32 scx_bpf_pick_any_cpu_node(const cpumask_t *cpus_allowed, int node, u64 flags) __ksym __weak;
90 s32 scx_bpf_pick_any_cpu(const cpumask_t *cpus_allowed, u64 flags) __ksym;
92 s32 scx_bpf_task_cpu(const struct task_struct *p) __ksym;
93 struct rq *scx_bpf_cpu_rq(s32 cpu) __ksym;
318 struct task_struct *bpf_task_from_pid(s32 pid) __ksym;