Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_simple.c91 SCX_OPS_LOAD(skel, simple_ops, scx_simple, uei); in main()
H A Dscx_cpu0.c88 SCX_OPS_LOAD(skel, cpu0_ops, scx_cpu0, uei); in main()
H A Dscx_sdt.c68 SCX_OPS_LOAD(skel, sdt_ops, scx_sdt, uei); in main()
H A Dscx_qmap.c122 SCX_OPS_LOAD(skel, qmap_ops, scx_qmap, uei); in main()
H A Dscx_central.c97 SCX_OPS_LOAD(skel, central_ops, scx_central, uei); in main()
H A Dscx_pair.c121 SCX_OPS_LOAD(skel, pair_ops, scx_pair, uei); in main()
H A Dscx_flatcg.c185 SCX_OPS_LOAD(skel, flatcg_ops, scx_flatcg, uei); in main()
H A Dscx_userland.c393 SCX_OPS_LOAD(skel, userland_ops, scx_userland, uei); in bootstrap()
/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.h185 #define SCX_OPS_LOAD(__skel, __ops_name, __scx_name, __uei_name) ({ \ macro