Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dhotplug.c63 code = SCX_ECODE_VAL(SCX_ECODE_ACT_RESTART) | HOTPLUG_EXIT_RSN; in test_hotplug()
68 code = SCX_ECODE_VAL(SCX_ECODE_ACT_RESTART) | in test_hotplug()
69 SCX_ECODE_VAL(SCX_ECODE_RSN_HOTPLUG); in test_hotplug()
129 code = SCX_ECODE_VAL(SCX_ECODE_ACT_RESTART) | in test_hotplug_attach()
130 SCX_ECODE_VAL(SCX_ECODE_RSN_HOTPLUG); in test_hotplug_attach()
H A Dscx_test.h113 #define SCX_ECODE_VAL(__ecode) ({ \ macro