Home
last modified time | relevance | path

Searched defs:test_msg (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_user_ringbuf.h20 struct test_msg { struct
21 enum test_msg_op msg_op; argument
22 union {
/linux/fs/btrfs/tests/
H A Dbtrfs-tests.h14 #define test_msg(fmt, ...) pr_info("BTRFS: selftest: " fmt "\n", ##__VA_ARGS__) macro