Home
last modified time | relevance | path

Searched refs:SCX_OPS_OPEN (Results 1 – 9 of 9) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_cpu0.c73 skel = SCX_OPS_OPEN(cpu0_ops, scx_cpu0); in main()
H A Dscx_simple.c75 skel = SCX_OPS_OPEN(simple_ops, scx_simple); in main()
H A Dscx_sdt.c55 skel = SCX_OPS_OPEN(sdt_ops, scx_sdt); in main()
H A Dscx_central.c57 skel = SCX_OPS_OPEN(central_ops, scx_central); in main()
H A Dscx_pair.c58 skel = SCX_OPS_OPEN(pair_ops, scx_pair); in main()
H A Dscx_flatcg.c144 skel = SCX_OPS_OPEN(flatcg_ops, scx_flatcg); in main()
H A Dscx_userland.c387 skel = SCX_OPS_OPEN(userland_ops, scx_userland); in bootstrap()
/linux/tools/testing/selftests/sched_ext/
H A Dhotplug.c109 skel = SCX_OPS_OPEN(hotplug_nocb_ops, hotplug); in test_hotplug_attach()
/linux/tools/sched_ext/include/scx/
H A Dcompat.h290 #define SCX_OPS_OPEN(__ops_name, __scx_name) ({ \ macro