Home
last modified time | relevance | path

Searched refs:test_msg (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Duser_ringbuf_success.c67 handle_sample_msg(const struct test_msg *msg) in handle_sample_msg()
91 const struct test_msg *msg = NULL; in read_protocol_msg()
107 struct test_msg *msg = NULL; in publish_next_kern_msg()
H A Dtest_user_ringbuf.h20 struct test_msg { struct
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dextent-io-tests.c96 test_msg("io tree content:"); in dump_extent_io_tree()
102 test_msg(" start=%llu len=%llu flags=%s", state->start, in dump_extent_io_tree()
122 test_msg("running find delalloc tests"); in test_find_delalloc()
493 test_msg("running extent buffer bitmap tests"); in test_eb_bitmaps()
546 test_msg("running find_first_clear_extent_bit test"); in test_find_first_clear_extent_bit()
698 test_msg("running extent buffer memory operation tests"); in test_eb_mem_ops()
795 test_msg("running extent I/O tests"); in btrfs_test_extent_io()
H A Dfree-space-tests.c24 test_msg("running extent only tests"); in test_extents()
95 test_msg("running bitmap only tests"); in test_bitmaps()
164 test_msg("running bitmap and extent tests"); in test_bitmaps_and_extents()
406 test_msg("running space stealing from bitmap to extent tests"); in test_steal_space_from_bitmap_to_extent()
845 test_msg("running bytes index tests"); in test_bytes_index()
1012 test_msg("running btrfs free space cache tests"); in btrfs_test_free_space_cache()
H A Dextent-buffer-tests.c29 test_msg("running btrfs_split_item tests"); in test_btrfs_split_item()
221 test_msg("running extent buffer operation tests"); in btrfs_test_extent_buffer_operations()
H A Dbtrfs-tests.h12 #define test_msg(fmt, ...) pr_info("BTRFS: selftest: " fmt "\n", ##__VA_ARGS__) macro
H A Dextent-map-tests.c577 test_msg("Running btrfs_drop_extent_map_range tests"); in test_case_5()
723 test_msg("Running btrfs_drop_extent_cache with pinned"); in test_case_7()
927 test_msg("mapped %llu", logical[i]); in test_rmap_block()
993 test_msg("running extent_map tests"); in btrfs_test_extent_map()
1035 test_msg("running rmap tests"); in btrfs_test_extent_map()
H A Dqgroup-tests.c217 test_msg("running qgroup add/remove tests"); in test_no_shared_qgroup()
329 test_msg("running qgroup multiple refs test"); in test_multiple_refs()
550 test_msg("running qgroup tests"); in btrfs_test_qgroups()
H A Dinode-tests.c229 test_msg("running btrfs_get_extent tests"); in test_btrfs_get_extent()
815 test_msg("running hole first btrfs_get_extent test"); in test_hole_first()
912 test_msg("running outstanding_extents tests"); in test_extent_accounting()
1096 test_msg("running inode tests"); in btrfs_test_inodes()
H A Dfree-space-tree-tests.c573 test_msg("running free space tree tests"); in btrfs_test_free_space_tree()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Darp_ndisc_untracked_subnets.sh139 test_msg=("test_arp: "
148 test_msg=("test_arp: "
156 printf " TEST: %-60s [ OK ]\n" "${test_msg[*]}"
158 printf " TEST: %-60s [FAIL]\n" "${test_msg[*]}"
215 test_msg=("test_ndisc: "
221 test_msg=("test_ndisc: "
235 printf " TEST: %-60s [ OK ]\n" "${test_msg[*]}"
237 printf " TEST: %-60s [FAIL]\n" "${test_msg[*]}"
H A Dndisc_unsolicited_na_test.sh179 test_msg=("test_unsolicited_na: "
183 log_test $? 0 "${test_msg[*]}"
/kernel/linux/linux-5.10/fs/btrfs/tests/
H A Dfree-space-tests.c24 test_msg("running extent only tests"); in test_extents()
95 test_msg("running bitmap only tests"); in test_bitmaps()
164 test_msg("running bitmap and extent tests"); in test_bitmaps_and_extents()
407 test_msg("running space stealing from bitmap to extent tests"); in test_steal_space_from_bitmap_to_extent()
835 test_msg("running btrfs free space cache tests"); in btrfs_test_free_space_cache()
H A Dextent-io-tests.c73 test_msg("running find delalloc tests"); in test_find_delalloc()
387 test_msg("running extent buffer bitmap tests"); in test_eb_bitmaps()
443 test_msg("running find_first_clear_extent_bit test"); in test_find_first_clear_extent_bit()
550 test_msg("running extent I/O tests"); in btrfs_test_extent_io()
H A Dextent-buffer-tests.c29 test_msg("running btrfs_split_item tests"); in test_btrfs_split_item()
222 test_msg("running extent buffer operation tests"); in btrfs_test_extent_buffer_operations()
H A Dbtrfs-tests.h12 #define test_msg(fmt, ...) pr_info("BTRFS: selftest: " fmt "\n", ##__VA_ARGS__) macro
H A Dextent-map-tests.c525 test_msg("mapped %llu", logical[i]); in test_rmap_block()
591 test_msg("running extent_map tests"); in btrfs_test_extent_map()
622 test_msg("running rmap tests"); in btrfs_test_extent_map()
H A Dqgroup-tests.c218 test_msg("running qgroup add/remove tests"); in test_no_shared_qgroup()
321 test_msg("running qgroup multiple refs test"); in test_multiple_refs()
529 test_msg("running qgroup tests"); in btrfs_test_qgroups()
H A Dinode-tests.c227 test_msg("running btrfs_get_extent tests"); in test_btrfs_get_extent()
830 test_msg("running hole first btrfs_get_extent test"); in test_hole_first()
931 test_msg("running outstanding_extents tests"); in test_extent_accounting()
1115 test_msg("running inode tests"); in btrfs_test_inodes()
H A Dfree-space-tree-tests.c569 test_msg("running free space tree tests"); in btrfs_test_free_space_tree()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c460 struct test_msg *msg; in send_test_message()
501 struct test_msg *msg = data; in handle_kernel_msg()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c885 u32 attr_flag, test_msg[6]; in fm10k_mbx_test() local
898 fm10k_tlv_msg_test_create(test_msg, attr_flag); in fm10k_mbx_test()
902 err = mbx->ops.enqueue_tx(hw, mbx, test_msg); in fm10k_mbx_test()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c894 u32 attr_flag, test_msg[6]; in fm10k_mbx_test() local
907 fm10k_tlv_msg_test_create(test_msg, attr_flag); in fm10k_mbx_test()
911 err = mbx->ops.enqueue_tx(hw, mbx, test_msg); in fm10k_mbx_test()

Completed in 18 milliseconds