Home
last modified time | relevance | path

Searched refs:create_dsq (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dcreate_dsq.c15 struct create_dsq *skel; in setup()
29 struct create_dsq *skel = ctx; in run()
45 struct create_dsq *skel = ctx; in cleanup()
50 struct scx_test create_dsq = { variable
57 REGISTER_SCX_TEST(&create_dsq)
H A DMakefile163 create_dsq \
/linux/kernel/sched/
H A Dext.c4512 static struct scx_dispatch_q *create_dsq(u64 dsq_id, int node) in create_dsq() function
7018 return PTR_ERR_OR_ZERO(create_dsq(dsq_id, node)); in scx_bpf_create_dsq()