Searched refs:manually_write_test_invalid_sample (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | user_ringbuf.c | 202 static void manually_write_test_invalid_sample(struct user_ringbuf_success *skel, in manually_write_test_invalid_sample() function 247 manually_write_test_invalid_sample(skel, size, size, -EINVAL); in test_user_ringbuf_post_misaligned() 263 manually_write_test_invalid_sample(skel, size, size - 8, -EINVAL); in test_user_ringbuf_post_producer_wrong_offset() 279 manually_write_test_invalid_sample(skel, size, size, -E2BIG); in test_user_ringbuf_post_larger_than_ringbuf_sz()
|