Searched refs:SCX_OPS_OPEN (Results 1 – 7 of 7) sorted by relevance
74 skel = SCX_OPS_OPEN(simple_ops, scx_simple); in main()
72 skel = SCX_OPS_OPEN(cpu0_ops, scx_cpu0); in main()
66 skel = SCX_OPS_OPEN(qmap_ops, scx_qmap); in main()
58 skel = SCX_OPS_OPEN(central_ops, scx_central); in main()
138 skel = SCX_OPS_OPEN(flatcg_ops, scx_flatcg); in main()
109 skel = SCX_OPS_OPEN(hotplug_nocb_ops, hotplug); in test_hotplug_attach()
159 #define SCX_OPS_OPEN(__ops_name, __scx_name) ({ \ macro