Home
last modified time | relevance | path

Searched refs:ALLOCATION_MAX (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H A Dmba_test.c16 #define ALLOCATION_MAX 100 macro
44 if (allocation < ALLOCATION_MIN || allocation > ALLOCATION_MAX) in mba_setup()
66 for (allocation = 0; allocation < ALLOCATION_MAX / ALLOCATION_STEP; in show_mba_info()
88 ALLOCATION_MAX - ALLOCATION_STEP * allocation, in show_mba_info()
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H A Dmba_test.c16 #define ALLOCATION_MAX 100 macro
38 if (allocation < ALLOCATION_MIN || allocation > ALLOCATION_MAX) in mba_setup()
60 for (allocation = 0; allocation < ALLOCATION_MAX / ALLOCATION_STEP; in show_mba_info()
86 ALLOCATION_MAX - ALLOCATION_STEP * allocation); in show_mba_info()

Completed in 1 milliseconds