Searched refs:kunit_kcalloc (Results 1 – 8 of 8) 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/lib/ |
H A D | test_list_sort.c | 65 elts = kunit_kcalloc(test, TEST_LIST_LEN, sizeof(*elts), GFP_KERNEL); in list_sort_test()
|
H A D | kunit_iov_iter.c | 56 pages = kunit_kcalloc(test, npages, sizeof(struct page *), GFP_KERNEL); in iov_kunit_create_buffer()
|
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_device_test.c | 54 ttm_devs = kunit_kcalloc(test, num_dev, sizeof(*ttm_devs), GFP_KERNEL); in ttm_device_init_multiple()
|
/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/sound/pci/hda/ |
H A D | cirrus_scodec_test.c | 198 refs = kunit_kcalloc(test, num_spk_id_refs, sizeof(*refs), GFP_KERNEL); in cirrus_scodec_test_spkid_parse()
|
/linux/include/kunit/ |
H A D | test.h | 479 static inline void *kunit_kcalloc(struct kunit *test, size_t n, size_t size, gfp_t gfp) in kunit_kcalloc() function
|
/linux/drivers/base/regmap/ |
H A D | regmap-kunit.c | 192 defaults = kunit_kcalloc(test, in gen_regmap() 1657 defaults = kunit_kcalloc(test, in gen_raw_regmap()
|