Searched refs:SCX_OPS_LOAD (Results 1 – 6 of 6) sorted by relevance
/linux/tools/sched_ext/ |
H A D | scx_simple.c | 88 SCX_OPS_LOAD(skel, simple_ops, scx_simple, uei); in main()
|
H A D | scx_central.c | 83 SCX_OPS_LOAD(skel, central_ops, scx_central, uei); in main()
|
H A D | scx_qmap.c | 116 SCX_OPS_LOAD(skel, qmap_ops, scx_qmap, uei); in main()
|
H A D | scx_flatcg.c | 175 SCX_OPS_LOAD(skel, flatcg_ops, scx_flatcg, uei); in main()
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | hotplug.c | 111 SCX_OPS_LOAD(skel, hotplug_nocb_ops, hotplug, uei); in test_hotplug_attach()
|
/linux/tools/sched_ext/include/scx/ |
H A D | compat.h | 155 #define SCX_OPS_LOAD(__skel, __ops_name, __scx_name, __uei_name) ({ \ macro
|