Home
last modified time | relevance | path

Searched refs:sched_ext_ops (Results 1 – 25 of 30) sorted by relevance

12

/linux/kernel/sched/
H A Dext_idle.h13 struct sched_ext_ops;
18 void scx_idle_update_selcpu_topology(struct sched_ext_ops *ops);
23 void scx_idle_enable(struct sched_ext_ops *ops);
H A Dext_internal.h8 #define SCX_OP_IDX(op) (offsetof(struct sched_ext_ops, op) / sizeof(void (*)(void)))
274 struct sched_ext_ops *ops;
280 struct sched_ext_ops *ops;
292 struct sched_ext_ops { struct
1012 struct sched_ext_ops ops;
1435 struct sched_ext_ops *ops; in scx_prog_sched()
H A Dext.c6498 static struct scx_sched *scx_alloc_and_add_sched(struct sched_ext_ops *ops, in scx_alloc_and_add_sched()
6675 const struct sched_ext_ops *ops) in check_hotplug_seq()
6698 static int validate_ops(struct scx_sched *sch, const struct sched_ext_ops *ops) in validate_ops()
6734 struct sched_ext_ops *ops;
6741 struct sched_ext_ops *ops = cmd->ops; in scx_root_enable_workfn()
7028 struct sched_ext_ops *ops = cmd->ops; in scx_sub_enable_workfn()
7298 static s32 scx_enable(struct sched_ext_ops *ops, struct bpf_link *link) in scx_enable()
7400 const struct sched_ext_ops *uops = udata; in bpf_scx_init_member()
7401 struct sched_ext_ops *ops = kdata; in bpf_scx_init_member()
7406 case offsetof(struct sched_ext_ops, dispatch_max_batch): in bpf_scx_init_member()
[all …]
/linux/tools/testing/selftests/sched_ext/
H A Dhotplug.bpf.c48 struct sched_ext_ops hotplug_cb_ops = {
57 struct sched_ext_ops hotplug_nocb_ops = {
H A Dminimal.bpf.c19 struct sched_ext_ops minimal_ops = {
H A Denq_last_no_enq_fails.bpf.c23 struct sched_ext_ops enq_last_no_enq_fails_ops = {
H A Dprog_run.bpf.c30 struct sched_ext_ops prog_run_ops = {
H A Dmaybe_null_fail_dsp.bpf.c21 struct sched_ext_ops maybe_null_fail = {
H A Dmaybe_null_fail_yld.bpf.c24 struct sched_ext_ops maybe_null_fail = {
H A Dselect_cpu_dispatch_bad_dsq.bpf.c32 struct sched_ext_ops select_cpu_dispatch_bad_dsq_ops = {
H A Dselect_cpu_dfl.bpf.c37 struct sched_ext_ops select_cpu_dfl_ops = {
H A Dselect_cpu_dispatch_dbl_dsp.bpf.c33 struct sched_ext_ops select_cpu_dispatch_dbl_dsp_ops = {
H A Dmaybe_null.bpf.c31 struct sched_ext_ops maybe_null_success = {
H A Dddsp_bogus_dsq_fail.bpf.c37 struct sched_ext_ops ddsp_bogus_dsq_fail_ops = {
H A Dselect_cpu_dispatch.bpf.c37 struct sched_ext_ops select_cpu_dispatch_ops = {
H A Dddsp_vtimelocal_fail.bpf.c34 struct sched_ext_ops ddsp_vtimelocal_fail_ops = {
H A Denq_select_cpu_fails.bpf.c
H A Dinit_enable_count.bpf.c47 struct sched_ext_ops init_enable_count_ops = {
H A Dcreate_dsq.bpf.c53 struct sched_ext_ops create_dsq_ops = {
H A Dcyclic_kick_wait.bpf.c63 struct sched_ext_ops cyclic_kick_wait_ops = {
H A Ddsp_local_on.bpf.c61 struct sched_ext_ops dsp_local_on_ops = {
H A Dexit.bpf.c76 struct sched_ext_ops exit_ops = {
H A Dselect_cpu_dfl_nodispatch.bpf.c84 struct sched_ext_ops select_cpu_dfl_nodispatch_ops = {
H A Dselect_cpu_vtime.bpf.c85 struct sched_ext_ops select_cpu_vtime_ops = {
H A Dmaximal.bpf.c138 struct sched_ext_ops maximal_ops = {

12