Home
last modified time | relevance | path

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

/linux-6.12.1/tools/sched_ext/
Dscx_simple.c88 SCX_OPS_LOAD(skel, simple_ops, scx_simple, uei); in main()
Dscx_central.c83 SCX_OPS_LOAD(skel, central_ops, scx_central, uei); in main()
Dscx_qmap.c116 SCX_OPS_LOAD(skel, qmap_ops, scx_qmap, uei); in main()
Dscx_flatcg.c175 SCX_OPS_LOAD(skel, flatcg_ops, scx_flatcg, uei); in main()
/linux-6.12.1/tools/testing/selftests/sched_ext/
Dhotplug.c111 SCX_OPS_LOAD(skel, hotplug_nocb_ops, hotplug, uei); in test_hotplug_attach()
/linux-6.12.1/tools/sched_ext/include/scx/
Dcompat.h155 #define SCX_OPS_LOAD(__skel, __ops_name, __scx_name, __uei_name) ({ \ macro