Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_simple.c75 skel = SCX_OPS_OPEN(simple_ops, scx_simple); in main()
H A Dscx_cpu0.c73 skel = SCX_OPS_OPEN(cpu0_ops, scx_cpu0); in main()
H A Dscx_sdt.c55 skel = SCX_OPS_OPEN(sdt_ops, scx_sdt); in main()
H A Dscx_qmap.c66 skel = SCX_OPS_OPEN(qmap_ops, scx_qmap); in main()
H A Dscx_central.c60 skel = SCX_OPS_OPEN(central_ops, scx_central); in main()
H A Dscx_pair.c57 skel = SCX_OPS_OPEN(pair_ops, scx_pair); in main()
H A Dscx_flatcg.c145 skel = SCX_OPS_OPEN(flatcg_ops, scx_flatcg); in main()
H A Dscx_userland.c386 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.h162 #define SCX_OPS_OPEN(__ops_name, __scx_name) ({ \ macro