Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c540 __u64 expected_kern = 0; in test_user_ringbuf_msg_protocol() local
560 expected_kern += operand_64; in test_user_ringbuf_msg_protocol()
563 expected_kern += operand_32; in test_user_ringbuf_msg_protocol()
566 expected_kern *= operand_64; in test_user_ringbuf_msg_protocol()
569 expected_kern *= operand_32; in test_user_ringbuf_msg_protocol()
578 ASSERT_EQ(skel->bss->kern_mutated, expected_kern, "expected_kern"); in test_user_ringbuf_msg_protocol()