Home
last modified time | relevance | path

Searched refs:PRINT_FAIL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c74 PRINT_FAIL("Failed to get type for ID %d\n", type_id); in BTF_ID_LIST_GLOBAL()
87 PRINT_FAIL("Failed to get name for BTF ID %d\n", type_id); in BTF_ID_LIST_GLOBAL()
H A Dcls_redirect.c422 PRINT_FAIL("expected TC_ACT_REDIRECT, got %d\n", in test_cls_redirect_common()
437 PRINT_FAIL("unknown result %d\n", test->result); in test_cls_redirect_common()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_progs.h95 #define PRINT_FAIL(format...) \ macro