Home
last modified time | relevance | path

Searched refs:SCX_OPS_LOAD (Results 1 – 7 of 7) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_simple.c90 SCX_OPS_LOAD(skel, simple_ops, scx_simple, uei); in main()
H A Dscx_cpu0.c87 SCX_OPS_LOAD(skel, cpu0_ops, scx_cpu0, uei); in main()
H A Dscx_qmap.c122 SCX_OPS_LOAD(skel, qmap_ops, scx_qmap, uei); in main()
H A Dscx_central.c94 SCX_OPS_LOAD(skel, central_ops, scx_central, uei); in main()
H A Dscx_flatcg.c178 SCX_OPS_LOAD(skel, flatcg_ops, scx_flatcg, uei); in main()
/linux/tools/testing/selftests/sched_ext/
H A Dhotplug.c112 SCX_OPS_LOAD(skel, hotplug_nocb_ops, hotplug, uei); in test_hotplug_attach()
/linux/tools/sched_ext/include/scx/
H A Dcompat.h182 #define SCX_OPS_LOAD(__skel, __ops_name, __scx_name, __uei_name) ({ \ macro