| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/tests/ |
| H A D | utils.c | 77 struct kunit *test = kunit_get_current_test(); in IWL_MLD_ALLOC_FN() 102 struct kunit *test = kunit_get_current_test(); in IWL_MLD_ALLOC_FN() 135 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_add_link() 151 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_add_chanctx_from_def() 181 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_assign_chanctx_to_link() 209 struct kunit *test = kunit_get_current_test(); in IWL_MLD_ALLOC_FN() 232 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_alloc_link_sta() 253 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_add_sta() 285 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_move_sta_state() 306 struct kunit *test = kunit_get_current_test(); in iwlmld_kunit_setup_sta() [all …]
|
| H A D | agg.c | 469 struct kunit *test = kunit_get_current_test(); in setup_mpdu_desc() 505 struct kunit *test = kunit_get_current_test(); in alloc_and_setup_skb() 533 struct kunit *test = kunit_get_current_test(); in setup_reorder_buffer() 570 struct kunit *test = kunit_get_current_test(); in setup_ba_data()
|
| H A D | rx.c | 273 struct kunit *test = kunit_get_current_test(); in setup_dup_data_state()
|
| H A D | link-selection.c | 80 struct kunit *test = kunit_get_current_test(); in setup_link()
|
| /linux-6.15/include/kunit/ |
| H A D | test-bug.h | 41 static inline struct kunit *kunit_get_current_test(void) in kunit_get_current_test() function 65 static inline struct kunit *kunit_get_current_test(void) { return NULL; } in kunit_get_current_test() function
|
| H A D | static_stub.h | 62 struct kunit *current_test = kunit_get_current_test(); \
|
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_test.h | 49 if (!kunit_get_current_test()) in xe_cur_kunit_priv() 52 priv = kunit_get_current_test()->priv; in xe_cur_kunit_priv()
|
| H A D | xe_mocs.c | 26 struct kunit *test = kunit_get_current_test(); in live_mocs_init() 44 struct kunit *test = kunit_get_current_test(); in read_l3cc_table() 83 struct kunit *test = kunit_get_current_test(); in read_mocs_table() 156 struct kunit *test = kunit_get_current_test(); in mocs_reset_test_run_device()
|
| H A D | xe_pci_test.c | 19 struct kunit *test = kunit_get_current_test(); in check_graphics_ip() 33 struct kunit *test = kunit_get_current_test(); in check_media_ip()
|
| H A D | xe_pci.c | 62 struct kunit *test = kunit_get_current_test(); in fake_read_gmdid() 76 struct kunit *test = kunit_get_current_test(); in xe_pci_fake_device_init()
|
| H A D | xe_dma_buf.c | 110 struct kunit *test = kunit_get_current_test(); in xe_test_dmabuf_import_same_driver() 261 struct kunit *test = kunit_get_current_test(); in dma_buf_run_device()
|
| H A D | xe_kunit_helpers.c | 48 struct kunit *test = kunit_get_current_test(); in kunit_action_restore_priv()
|
| H A D | xe_bo.c | 172 struct kunit *test = kunit_get_current_test(); in ccs_test_run_device() 348 struct kunit *test = kunit_get_current_test(); in evict_test_run_device() 446 struct kunit *test = kunit_get_current_test(); in shrink_test_run_device()
|
| H A D | xe_guc_relay_test.c | 65 struct kunit *test = kunit_get_current_test(); in replacement_xe_guc_ct_send_recv_always_fails() 78 struct kunit *test = kunit_get_current_test(); in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay() 226 struct kunit *test = kunit_get_current_test(); in replacement_xe_guc_ct_send_recv_loopback_relay()
|
| H A D | xe_migrate.c | 341 struct kunit *test = kunit_get_current_test(); in migrate_test_run_device() 743 struct kunit *test = kunit_get_current_test(); in validate_ccs_test_run_device()
|
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_callbacks.c | 68 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_control_add_callback() 80 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_control_remove_callback() 90 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_pre_run_callback() 102 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_post_run_callback() 114 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_pre_stop_callback() 124 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_post_stop_callback() 134 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_watchdog_expired_callback()
|
| /linux-6.15/rust/helpers/ |
| H A D | kunit.c | 7 return kunit_get_current_test(); in rust_helper_kunit_get_current_test()
|
| /linux-6.15/rust/kernel/ |
| H A D | kunit.rs | 66 let kunit_test = unsafe { $crate::bindings::kunit_get_current_test() }; 317 !unsafe { bindings::kunit_get_current_test() }.is_null() in in_kunit_test()
|
| /linux-6.15/net/wireless/tests/ |
| H A D | util.c | 15 struct kunit *test = kunit_get_current_test(); in t_wiphy_init()
|
| /linux-6.15/Documentation/dev-tools/kunit/api/ |
| H A D | functionredirection.rst | 69 kunit_get_current_test() to get a struct kunit pointer. This can then 79 struct kunit *test = kunit_get_current_test();
|
| /linux-6.15/lib/kunit/ |
| H A D | kunit-test.c | 709 KUNIT_EXPECT_PTR_EQ(test, test, kunit_get_current_test()); in kunit_current_test() 786 struct kunit *test = kunit_get_current_test(); in driver_probe_hook() 795 struct kunit *test = kunit_get_current_test(); in driver_remove_hook()
|
| H A D | kunit-example-test.c | 269 KUNIT_ASSERT_PTR_EQ(test, test->priv, kunit_get_current_test()->priv); in example_priv_test()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | cs-amp-lib-test.c | 114 struct kunit *test = kunit_get_current_test(); in cs_amp_lib_test_get_efi_variable_bad_count() 187 struct kunit *test = kunit_get_current_test(); in cs_amp_lib_test_get_efi_variable() 574 struct kunit *test = kunit_get_current_test(); in cs_amp_lib_test_write_cal_coeff()
|
| /linux-6.15/net/mac80211/tests/ |
| H A D | util.c | 195 struct kunit *test = kunit_get_current_test(); in t_sdata_init()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_relay.c | 877 if (unlikely(!IS_SRIOV_VF(relay_to_xe(relay)) && !kunit_get_current_test())) in xe_guc_relay_process_guc2vf() 923 if (unlikely(!IS_SRIOV_PF(relay_to_xe(relay)) && !kunit_get_current_test())) in xe_guc_relay_process_guc2pf()
|