Home
last modified time | relevance | path

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

/linux-6.15/include/kunit/
H A Dstatic_stub.h14 #define KUNIT_STATIC_STUB_REDIRECT(real_fn_name, args...) do {} while (0) macro
59 #define KUNIT_STATIC_STUB_REDIRECT(real_fn_name, args...) \ macro
/linux-6.15/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst48 1. Add the KUNIT_STATIC_STUB_REDIRECT() macro to the start of the "real"
52 declarations. KUNIT_STATIC_STUB_REDIRECT() takes the name of the
61 KUNIT_STATIC_STUB_REDIRECT(send_data_to_hardware, str);
133 KUNIT_STATIC_STUB_REDIRECT(send_data_to_hardware, str);
/linux-6.15/sound/soc/codecs/
H A Dcs-amp-lib.c31 KUNIT_STATIC_STUB_REDIRECT(cs_amp_write_cal_coeff, dsp, controls, ctl_name, val); in cs_amp_write_cal_coeff()
109 KUNIT_STATIC_STUB_REDIRECT(cs_amp_get_efi_variable, name, guid, size, buf); in cs_amp_get_efi_variable()
/linux-6.15/lib/kunit/
H A Dkunit-example-test.c158 KUNIT_STATIC_STUB_REDIRECT(add_one, i); in add_one()
H A Dstring-stream.c174 KUNIT_STATIC_STUB_REDIRECT(string_stream_destroy, stream); in string_stream_destroy()
/linux-6.15/fs/ext4/
H A Dballoc.c276 KUNIT_STATIC_STUB_REDIRECT(ext4_get_group_desc, in ext4_get_group_desc()
473 KUNIT_STATIC_STUB_REDIRECT(ext4_read_block_bitmap_nowait, in ext4_read_block_bitmap_nowait()
572 KUNIT_STATIC_STUB_REDIRECT(ext4_wait_block_bitmap, in ext4_wait_block_bitmap()
H A Dmballoc.c3989 KUNIT_STATIC_STUB_REDIRECT(ext4_mb_mark_context, in ext4_mb_mark_context()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c68 KUNIT_STATIC_STUB_REDIRECT(relay_get_totalvfs, relay); in relay_get_totalvfs()
404 KUNIT_STATIC_STUB_REDIRECT(relay_testonly_nop, relay); in relay_testonly_nop()
778 KUNIT_STATIC_STUB_REDIRECT(relay_kick_worker, relay); in relay_kick_worker()
H A Dxe_pci.c455 KUNIT_STATIC_STUB_REDIRECT(read_gmdid, xe, type, ver, revid); in read_gmdid()
H A Dxe_guc_ct.c1088 KUNIT_STATIC_STUB_REDIRECT(xe_guc_ct_send_recv, ct, action, len, response_buffer); in xe_guc_ct_send_recv()
H A Dxe_bo.c2008 KUNIT_STATIC_STUB_REDIRECT(xe_managed_bo_create_pin_map, xe, tile, size, flags); in xe_managed_bo_create_pin_map()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dsta.c835 KUNIT_STATIC_STUB_REDIRECT(iwl_mld_fw_sta_id_mask, mld, sta); in iwl_mld_fw_sta_id_mask()
H A Drx.c134 KUNIT_STATIC_STUB_REDIRECT(iwl_mld_pass_packet_to_mac80211, in iwl_mld_pass_packet_to_mac80211()
/linux-6.15/net/mac80211/
H A Dmlme.c4549 KUNIT_STATIC_STUB_REDIRECT(ieee80211_connection_loss, vif); in ieee80211_connection_loss()