Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/resctrl/
H A Dfill_buf.c142 return cache_total_size * 2 > MINIMUM_SPAN ? in get_fill_buf_size()
143 cache_total_size * 2 : MINIMUM_SPAN; in get_fill_buf_size()
H A Dresctrl.h48 #define MINIMUM_SPAN (250 * MB) macro
H A Dresctrl_tests.c211 fill_param->buf_size = MINIMUM_SPAN; in alloc_fill_buf_param()