Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/lib/
H A Dtest_list_sort.c65 elts = kunit_kcalloc(test, TEST_LIST_LEN, sizeof(*elts), GFP_KERNEL); in list_sort_test()
H A Dkunit_iov_iter.c55 pages = kunit_kcalloc(test, npages, sizeof(struct page *), GFP_KERNEL); in iov_kunit_create_buffer()
/openbmc/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_device_test.c54 ttm_devs = kunit_kcalloc(test, num_dev, sizeof(*ttm_devs), GFP_KERNEL); in ttm_device_init_multiple()
/openbmc/linux/lib/kunit/
H A Dexecutor_test.c128 parsed_filters = kunit_kcalloc(test, filter_count, sizeof(*parsed_filters), in parse_filter_attr_test()
/openbmc/linux/include/kunit/
H A Dtest.h469 static inline void *kunit_kcalloc(struct kunit *test, size_t n, size_t size, gfp_t gfp) in kunit_kcalloc() function
/openbmc/linux/drivers/base/regmap/
H A Dregmap-kunit.c565 vals = kunit_kcalloc(test, sizeof(unsigned long), config.max_register, in stress_insert()