Home
last modified time | relevance | path

Searched refs:kunit_kcalloc (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev_test.c117 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 Dcirrus_scodec_test.c199 refs = kunit_kcalloc(test, num_spk_id_refs, sizeof(*refs), GFP_KERNEL); in cirrus_scodec_test_spkid_parse()
/linux/lib/kunit/
H A Dexecutor_test.c128 parsed_filters = kunit_kcalloc(test, filter_count, sizeof(*parsed_filters), in parse_filter_attr_test()
/linux/drivers/base/regmap/
H A Dregmap-kunit.c220 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 Dtest.h533 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 Dibmveth.c2221 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()