Searched refs:kunit_kcalloc (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/virt/nitro_enclaves/ |
| H A D | ne_misc_dev_test.c | 117 phys_contig_mem_regions.regions = kunit_kcalloc(test, MAX_PHYS_REGIONS, in ne_misc_dev_test_merge_phys_contig_memory_regions()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cirrus_scodec_test.c | 199 refs = kunit_kcalloc(test, num_spk_id_refs, sizeof(*refs), GFP_KERNEL); in cirrus_scodec_test_spkid_parse()
|
| /linux/lib/kunit/ |
| H A D | executor_test.c | 128 parsed_filters = kunit_kcalloc(test, filter_count, sizeof(*parsed_filters), in parse_filter_attr_test()
|
| /linux/drivers/base/regmap/ |
| H A D | regmap-kunit.c | 220 defaults = kunit_kcalloc(test, in gen_regmap() 688 priv->reg_default_called = kunit_kcalloc(test, config.max_register + 1, in reg_default_callback_populates_flat_cache() 1768 defaults = kunit_kcalloc(test, in gen_raw_regmap()
|
| /linux/include/kunit/ |
| H A D | test.h | 533 static inline void *kunit_kcalloc(struct kunit *test, size_t n, size_t size, gfp_t gfp) in kunit_kcalloc() function
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 2221 pool->skbuff = kunit_kcalloc(test, pool->size, sizeof(void *), GFP_KERNEL); in ibmveth_remove_buffer_from_pool_test() 2274 pool->skbuff = kunit_kcalloc(test, pool->size, sizeof(void *), GFP_KERNEL); in ibmveth_rxq_get_buffer_test()
|