Searched defs:dsq_id (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/sched/ |
H A D | ext.c | 1101 u64 dsq_id; member 1215 static struct scx_dispatch_q *find_user_dsq(struct scx_sched *sch, u64 dsq_id) in find_user_dsq() 2119 struct rq *rq, u64 dsq_id, in find_dsq_for_dispatch() 2151 struct task_struct *p, u64 dsq_id, in mark_direct_dispatch() 2992 u64 dsq_id, u64 enq_flags) in finish_dispatch() 4331 static void init_dsq(struct scx_dispatch_q *dsq, u64 dsq_id) in init_dsq() 4351 static void destroy_dsq(struct scx_sched *sch, u64 dsq_id) in destroy_dsq() 6286 static void scx_dsq_insert_commit(struct task_struct *p, u64 dsq_id, in scx_dsq_insert_commit() 6347 __bpf_kfunc void scx_bpf_dsq_insert(struct task_struct *p, u64 dsq_id, u64 slice, in scx_bpf_dsq_insert() 6362 __bpf_kfunc void scx_bpf_dispatch(struct task_struct *p, u64 dsq_id, u64 slice, in scx_bpf_dispatch() [all …]
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | select_cpu_dispatch.bpf.c | 18 u64 dsq_id = SCX_DSQ_LOCAL; in BPF_STRUCT_OPS() local
|
H A D | select_cpu_dfl_nodispatch.bpf.c | 55 u64 dsq_id = SCX_DSQ_GLOBAL; in BPF_STRUCT_OPS() local
|