Lines Matching full:allocation
3 * Memory Bandwidth Allocation (MBA) test
23 * For each allocation, run 5 times in order to get average values.
27 static int runs_per_allocation, allocation = 100; in mba_setup() local
44 if (allocation < ALLOCATION_MIN || allocation > ALLOCATION_MAX) in mba_setup()
47 sprintf(allocation_str, "%d", allocation); in mba_setup()
54 allocation -= ALLOCATION_STEP; in mba_setup()
61 int allocation, runs; in show_mba_info() local
66 for (allocation = 0; allocation < ALLOCATION_MAX / ALLOCATION_STEP; in show_mba_info()
67 allocation++) { in show_mba_info()
76 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info()
77 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
88 ALLOCATION_MAX - ALLOCATION_STEP * allocation, in show_mba_info()