Home
last modified time | relevance | path

Searched defs:dsq_id (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dselect_cpu_dispatch.bpf.c18 u64 dsq_id = SCX_DSQ_LOCAL; in BPF_STRUCT_OPS() local
H A Dselect_cpu_dfl_nodispatch.bpf.c55 u64 dsq_id = SCX_DSQ_GLOBAL; in BPF_STRUCT_OPS() local
/linux/kernel/sched/
H A Dext.c1128 u64 dsq_id; member
1242 static struct scx_dispatch_q *find_user_dsq(struct scx_sched *sch, u64 dsq_id) in find_user_dsq()
2133 struct rq *rq, u64 dsq_id, in find_dsq_for_dispatch()
2165 struct task_struct *p, u64 dsq_id, in mark_direct_dispatch()
2994 u64 dsq_id, u64 enq_flags) in finish_dispatch()
4350 static void init_dsq(struct scx_dispatch_q *dsq, u64 dsq_id) in init_dsq()
4370 static void destroy_dsq(struct scx_sched *sch, u64 dsq_id) in destroy_dsq()
6351 static void scx_dsq_insert_commit(struct task_struct *p, u64 dsq_id, in scx_dsq_insert_commit()
6413 __bpf_kfunc void scx_bpf_dsq_insert(struct task_struct *p, u64 dsq_id, u64 slice, in scx_bpf_dsq_insert()
6448 __bpf_kfunc void scx_bpf_dsq_insert_vtime(struct task_struct *p, u64 dsq_id, in scx_bpf_dsq_insert_vtime()
[all …]