Home
last modified time | relevance | path

Searched refs:SCX_ASSERT (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dhotplug.c50 SCX_ASSERT(is_cpu_online()); in test_hotplug()
53 SCX_ASSERT(skel); in test_hotplug()
105 SCX_ASSERT(is_cpu_online()); in test_hotplug_attach()
106 SCX_ASSERT(scx_hotplug_seq() > 0); in test_hotplug_attach()
109 SCX_ASSERT(skel); in test_hotplug_attach()
122 SCX_ASSERT(link); in test_hotplug_attach()
H A Dscx_test.h110 #define SCX_ASSERT(_x) SCX_FAIL_IF(!(_x), "Expected %s to be true (%lu)", \ macro
118 SCX_ASSERT(__found); \
127 SCX_ASSERT(__found); \
H A Dtest_example.c29 SCX_ASSERT(setup_called); in run()
30 SCX_ASSERT(!run_called && !cleanup_called); in run()
H A Dselect_cpu_vtime.c30 SCX_ASSERT(!skel->bss->consumed); in run()
37 SCX_ASSERT(skel->bss->consumed); in run()
H A Dexit.c42 SCX_ASSERT(!strcmp(skel->data->uei.msg, buf)); in run()
H A Dselect_cpu_dfl.c50 SCX_ASSERT(!skel->bss->saw_local); in run()
H A Dselect_cpu_dfl_nodispatch.c50 SCX_ASSERT(skel->bss->saw_local); in run()