Searched defs:thp (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/bench/
H A Dnuma.c96 int thp; member in struct:params
180 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
311 int init_zero, int init_cpu0, int thp, int init_random)
333 if (thp > 0) {
340 if (thp < 0) {
391 return alloc_data(bytes, MAP_SHARED, 1, g->p.init_cpu0, g->p.thp, g->p.init_random);
399 return alloc_data(bytes, MAP_SHARED, 0, g->p.init_cpu0, g->p.thp, g->p.init_random);
408 return alloc_data(bytes, MAP_PRIVATE, 0, g->p.init_cpu0, g->p.thp, g->p.init_random);
1607 #define OPT_BW_RAM "-s", "20", "-zZq", "--thp", "
310 alloc_data(ssize_t bytes0, int map_flags, int init_zero, int init_cpu0, int thp, int init_random) argument
[all...]

Completed in 48 milliseconds