Lines Matching refs:nr_bos
147 static const unsigned int nr_bos[] = {0, 1, 10, 100, 1000, 10000}; variable
328 unsigned int total = sizeof(nr_bos) / sizeof(nr_bos[0]); in test_impact_overlap()
330 uint32_t handles[nr_bos[total-1]]; in test_impact_overlap()
338 if (nr_bos[subtest] > 0) { in test_impact_overlap()
341 PAGE_SIZE * nr_bos[subtest] + BO_SIZE); in test_impact_overlap()
344 for (i = 0, p = block; i < nr_bos[subtest]; in test_impact_overlap()
349 if (nr_bos[subtest] > 0) in test_impact_overlap()
354 do_impact_tests(nr_bos[subtest], prefix, "overlap-", ptr); in test_impact_overlap()
356 for (i = 0; i < nr_bos[subtest]; i++) in test_impact_overlap()
366 unsigned int total = sizeof(nr_bos) / sizeof(nr_bos[0]); in test_impact()
368 uint32_t handles[nr_bos[total-1]]; in test_impact()
373 for (i = 0; i < nr_bos[subtest]; i++) in test_impact()
376 if (nr_bos[subtest] > 0) in test_impact()
381 do_impact_tests(nr_bos[subtest], prefix, "no-overlap-", ptr); in test_impact()
383 for (i = 0; i < nr_bos[subtest]; i++) in test_impact()