Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dcgroup_iter.c25 static char expected_output[64]; variable
83 ASSERT_STREQ(buf, expected_output, testname); in read_from_cgroup_iter()
132 snprintf(expected_output, sizeof(expected_output), in test_walk_preorder()
143 snprintf(expected_output, sizeof(expected_output), in test_walk_postorder()
157 snprintf(expected_output, sizeof(expected_output), in test_walk_ancestors_up()
173 snprintf(expected_output, sizeof(expected_output), in test_early_termination()
185 snprintf(expected_output, sizeof(expected_output), in test_walk_self_only()
195 char expected_output[128], buf[128]; in test_walk_dead_self_only() local
210 snprintf(expected_output, sizeof(expected_output), EPILOGUE); in test_walk_dead_self_only()
252 ASSERT_STREQ(buf, expected_output, "dead cgroup output"); in test_walk_dead_self_only()
/Linux-v6.6/crypto/
Dtestmgr.c677 const char *expected_output, in verify_correct_output() argument
701 if (memcmp(expected_output, actual_output, len) != 0) in verify_correct_output()
707 expected_output += len; in verify_correct_output()