Searched refs:base_bdev_blockcnt_values (Results 1 – 3 of 3) sorted by relevance
| /spdk/test/unit/lib/bdev/raid/concat.c/ |
| H A D | concat_ut.c | 177 uint64_t base_bdev_blockcnt_values[] = { 1, 1024, 1024 * 1024 }; in test_setup() local 188 SPDK_COUNTOF(base_bdev_blockcnt_values) * in test_setup() 197 ARRAY_FOR_EACH(base_bdev_blockcnt_values, base_bdev_blockcnt) { in test_setup()
|
| /spdk/test/unit/lib/bdev/raid/raid1.c/ |
| H A D | raid1_ut.c | 69 uint64_t base_bdev_blockcnt_values[] = { 1, 1024, 1024 * 1024 }; in test_setup() 78 SPDK_COUNTOF(base_bdev_blockcnt_values) * in test_setup() 86 ARRAY_FOR_EACH(base_bdev_blockcnt_values, base_bdev_blockcnt) { in test_setup() 68 uint64_t base_bdev_blockcnt_values[] = { 1, 1024, 1024 * 1024 }; test_setup() local
|
| /spdk/test/unit/lib/bdev/raid/raid5f.c/ |
| H A D | raid5f_ut.c | 89 uint64_t base_bdev_blockcnt_values[] = { 1, 1024, 1024 * 1024 }; in test_suite_init() local 102 SPDK_COUNTOF(base_bdev_blockcnt_values) * in test_suite_init() 112 ARRAY_FOR_EACH(base_bdev_blockcnt_values, base_bdev_blockcnt) { in test_suite_init()
|