Home
last modified time | relevance | path

Searched refs:SCX_EXIT_ERROR (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dddsp_bogus_dsq_fail.c38 SCX_EQ(skel->data->uei.kind, EXIT_KIND(SCX_EXIT_ERROR)); in run()
H A Dddsp_vtimelocal_fail.c37 SCX_EQ(skel->data->uei.kind, EXIT_KIND(SCX_EXIT_ERROR)); in run()
H A Dselect_cpu_dispatch_dbl_dsp.c38 SCX_EQ(skel->data->uei.kind, EXIT_KIND(SCX_EXIT_ERROR)); in run()
H A Dselect_cpu_dispatch_bad_dsq.c38 SCX_EQ(skel->data->uei.kind, EXIT_KIND(SCX_EXIT_ERROR)); in run()
/linux/kernel/sched/
H A Dext_internal.h50 SCX_EXIT_ERROR = 1024, /* runtime error, error msg contains details */ enumerator
H A Dext.c218 #define scx_error(sch, fmt, args...) scx_exit((sch), SCX_EXIT_ERROR, 0, fmt, ##args)
219 #define scx_verror(sch, fmt, args) scx_vexit((sch), SCX_EXIT_ERROR, 0, fmt, args)
5541 case SCX_EXIT_ERROR: in scx_exit_reason()
5923 if (ei->kind >= SCX_EXIT_ERROR) { in scx_root_disable()
5984 kind = SCX_EXIT_ERROR; in scx_claim_exit()
6408 if (ei->kind >= SCX_EXIT_ERROR) in scx_disable_irq_workfn()
6427 if (kind >= SCX_EXIT_ERROR) in scx_vexit()