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.c61 code = SCX_ECODE_VAL(SCX_ECODE_ACT_RESTART) | HOTPLUG_EXIT_RSN; in test_hotplug()
66 code = SCX_ECODE_VAL(SCX_ECODE_ACT_RESTART) | in test_hotplug()
67 SCX_ECODE_VAL(SCX_ECODE_RSN_HOTPLUG); in test_hotplug()
127 code = SCX_ECODE_VAL(SCX_ECODE_ACT_RESTART) | in test_hotplug_attach()
128 SCX_ECODE_VAL(SCX_ECODE_RSN_HOTPLUG); in test_hotplug_attach()
H A Dscx_test.h113 #define SCX_ECODE_VAL(__ecode) ({ \ macro