Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h44 bool scx_bpf_dispatch_from_dsq___old(struct bpf_iter_scx_dsq *it__iter, struct task_struct *p, u64 dsq_id, u64 enq_flags) __ksym __weak; argument
63 scx_bpf_dsq_move(it__iter,p,dsq_id,enq_flags) global() argument
70 scx_bpf_dsq_move_vtime(it__iter,p,dsq_id,enq_flags) global() argument
93 __COMPAT_scx_bpf_dsq_peek(u64 dsq_id) __COMPAT_scx_bpf_dsq_peek() argument
281 scx_bpf_dsq_insert_vtime(struct task_struct * p,u64 dsq_id,u64 slice,u64 vtime,u64 enq_flags) scx_bpf_dsq_insert_vtime() argument
318 scx_bpf_dsq_insert(struct task_struct * p,u64 dsq_id,u64 slice,u64 enq_flags) scx_bpf_dsq_insert() argument
[all...]
/linux/tools/testing/selftests/sched_ext/
H A Dpeek_dsq.bpf.c88 int dsq_id = dsq_pool_base_id + i; in scan_dsq_pool() local
206 int dsq_id = dsq_pool_base_id + i; in BPF_STRUCT_OPS_SLEEPABLE() local
236 int dsq_id = dsq_pool_base_id + i; in BPF_STRUCT_OPS() local
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.c335 static struct scx_dispatch_q *find_user_dsq(struct scx_sched *sch, u64 dsq_id) in find_user_dsq()
1736 struct rq *rq, u64 dsq_id, in find_dsq_for_dispatch()
1768 struct task_struct *p, u64 dsq_id, in mark_direct_dispatch()
2671 u64 dsq_id, u64 enq_flags) in finish_dispatch()
3969 u64 dsq_id = p->scx.ddsp_dsq_id; in process_ddsp_deferred_locals() local
4566 static s32 init_dsq(struct scx_dispatch_q *dsq, u64 dsq_id, in init_dsq()
4633 static void destroy_dsq(struct scx_sched *sch, u64 dsq_id) in destroy_dsq()
8047 static bool scx_vet_enq_flags(struct scx_sched *sch, u64 dsq_id, u64 *enq_flags) in scx_vet_enq_flags()
8065 u64 dsq_id, u64 *enq_flags) in scx_dsq_insert_preamble()
8092 u64 dsq_id, u64 enq_flags) in scx_dsq_insert_commit()
[all …]
H A Dext_internal.h968 u64 dsq_id; member