Home
last modified time | relevance | path

Searched refs:hotplug_nocb_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/sched_ext/
H A Dhotplug.c75 link = bpf_map__attach_struct_ops(skel->maps.hotplug_nocb_ops); in test_hotplug()
110 skel = SCX_OPS_OPEN(hotplug_nocb_ops, hotplug); in test_hotplug_attach()
113 SCX_OPS_LOAD(skel, hotplug_nocb_ops, hotplug, uei); in test_hotplug_attach()
120 link = bpf_map__attach_struct_ops(skel->maps.hotplug_nocb_ops); in test_hotplug_attach()
H A Dhotplug.bpf.c57 struct sched_ext_ops hotplug_nocb_ops = { variable