Home
last modified time | relevance | path

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

/tools/perf/bench/
Dnuma.c96 int thp; member
180 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
311 int init_zero, int init_cpu0, int thp, int init_random) in alloc_data() argument
333 if (thp > 0) { in alloc_data()
340 if (thp < 0) { in alloc_data()
391 return alloc_data(bytes, MAP_SHARED, 1, g->p.init_cpu0, g->p.thp, g->p.init_random); in zalloc_shared_data()
399 return alloc_data(bytes, MAP_SHARED, 0, g->p.init_cpu0, g->p.thp, g->p.init_random); in setup_shared_data()
408 return alloc_data(bytes, MAP_PRIVATE, 0, g->p.init_cpu0, g->p.thp, g->p.init_random); in setup_private_data()