Home
last modified time | relevance | path

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

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