Searched refs:KUNIT_STATIC_STUB_REDIRECT (Results 1 – 13 of 13) sorted by relevance
| /linux/include/kunit/ |
| H A D | static_stub.h | 14 #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/Documentation/dev-tools/kunit/api/ |
| H A D | functionredirection.rst | 48 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/sound/soc/codecs/ |
| H A D | cs-amp-lib.c | 83 KUNIT_STATIC_STUB_REDIRECT(cs_amp_write_cal_coeff, dsp, controls, ctl_name, val); in cs_amp_write_cal_coeff() 110 KUNIT_STATIC_STUB_REDIRECT(cs_amp_read_cal_coeff, dsp, controls, ctl_name, val); in cs_amp_read_cal_coeff() 267 KUNIT_STATIC_STUB_REDIRECT(cs_amp_get_efi_variable, name, guid, in cs_amp_get_efi_variable() 282 KUNIT_STATIC_STUB_REDIRECT(cs_amp_set_efi_variable, name, guid, attr, size, buf); in cs_amp_set_efi_variable() 719 KUNIT_STATIC_STUB_REDIRECT(cs_amp_get_vendor_spkid, dev); in cs_amp_create_debugfs() 811 KUNIT_STATIC_STUB_REDIRECT(cs_amp_devm_get_vendor_specific_variant_id,
|
| H A D | cs35l56-shared.c | 1657 KUNIT_STATIC_STUB_REDIRECT(cs35l56_configure_onchip_spkid_pads, cs35l56_base); in cs35l56_configure_onchip_spkid_pads() 1709 KUNIT_STATIC_STUB_REDIRECT(cs35l56_read_onchip_spkid, cs35l56_base); in cs35l56_read_onchip_spkid()
|
| /linux/lib/kunit/ |
| H A D | string-stream.c | 174 KUNIT_STATIC_STUB_REDIRECT(string_stream_destroy, stream); in string_stream_destroy()
|
| H A D | kunit-example-test.c | 158 KUNIT_STATIC_STUB_REDIRECT(add_one, i); in add_one()
|
| /linux/fs/ext4/ |
| H A D | balloc.c | 276 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 D | extents.c | 193 KUNIT_STATIC_STUB_REDIRECT(__ext4_ext_dirty, where, line, handle, inode, in __ext4_ext_dirty() 531 KUNIT_STATIC_STUB_REDIRECT(ext4_cache_extents, inode, eh); in ext4_cache_extents() 895 KUNIT_STATIC_STUB_REDIRECT(ext4_find_extent, inode, block, path, flags); in ext4_find_extent() 2003 KUNIT_STATIC_STUB_REDIRECT(ext4_ext_insert_extent, handle, inode, path, in ext4_ext_insert_extent() 3167 KUNIT_STATIC_STUB_REDIRECT(ext4_ext_zeroout, inode, ex); in ext4_ext_zeroout()
|
| H A D | inode.c | 417 KUNIT_STATIC_STUB_REDIRECT(ext4_issue_zeroout, inode, lblk, pblk, len); in ext4_issue_zeroout()
|
| H A D | mballoc.c | 4099 KUNIT_STATIC_STUB_REDIRECT(ext4_mb_mark_context, in ext4_mb_mark_context()
|
| /linux/net/mctp/ |
| H A D | route.c | 1139 KUNIT_STATIC_STUB_REDIRECT(mctp_local_output, sk, dst, skb, daddr, in mctp_local_output()
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 40 KUNIT_STATIC_STUB_REDIRECT(cs_dsp_can_emit_message); in cs_dsp_can_emit_message()
|
| /linux/net/mac80211/ |
| H A D | mlme.c | 4762 KUNIT_STATIC_STUB_REDIRECT(ieee80211_connection_loss, vif); in ieee80211_connection_loss()
|