Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/virt/nitro_enclaves/
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-6.3-rc2/lib/
A Dtest_list_sort.c65 elts = kunit_kcalloc(test, TEST_LIST_LEN, sizeof(*elts), GFP_KERNEL); in list_sort_test()
/linux-6.3-rc2/include/kunit/
A Dtest.h371 static inline void *kunit_kcalloc(struct kunit *test, size_t n, size_t size, gfp_t gfp) in kunit_kcalloc() function

Completed in 7 milliseconds