Searched refs:SCX_OPS_OPEN (Results 1 – 9 of 9) sorted by relevance
73 skel = SCX_OPS_OPEN(cpu0_ops, scx_cpu0); in main()
75 skel = SCX_OPS_OPEN(simple_ops, scx_simple); in main()
55 skel = SCX_OPS_OPEN(sdt_ops, scx_sdt); in main()
57 skel = SCX_OPS_OPEN(central_ops, scx_central); in main()
58 skel = SCX_OPS_OPEN(pair_ops, scx_pair); in main()
144 skel = SCX_OPS_OPEN(flatcg_ops, scx_flatcg); in main()
387 skel = SCX_OPS_OPEN(userland_ops, scx_userland); in bootstrap()
109 skel = SCX_OPS_OPEN(hotplug_nocb_ops, hotplug); in test_hotplug_attach()
290 #define SCX_OPS_OPEN(__ops_name, __scx_name) ({ \ macro