Home
last modified time | relevance | path

Searched refs:thpItem (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/common/
H A Dmemory_usage.h147 parseFileItem thpItem[] = { { "[alwa%cs] madvise never\n", thpPresent } }; in isTHPEnabledOnMachine() local
150 parseFile</*BUFF_SIZE=*/100>("/sys/kernel/mm/transparent_hugepage/enabled", thpItem); in isTHPEnabledOnMachine()
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h484 parseFileItem thpItem[] = { { "[alwa%cs] madvise never\n", thpPresent } };
485 parseFile</*BUFF_SIZE=*/100>("/sys/kernel/mm/transparent_hugepage/enabled", thpItem);