Lines Matching refs:thp
111 int thp;
196 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
373 int init_zero, int init_cpu0, int thp, int init_random)
397 if (thp > 0) {
404 if (thp < 0) {
455 return alloc_data(bytes, MAP_SHARED, 1, g->p.init_cpu0, g->p.thp, g->p.init_random);
463 return alloc_data(bytes, MAP_SHARED, 0, g->p.init_cpu0, g->p.thp, g->p.init_random);
472 return alloc_data(bytes, MAP_PRIVATE, 0, g->p.init_cpu0, g->p.thp, g->p.init_random);
1746 #define OPT_BW_RAM "-s", "20", "-zZq", "--thp", " 1", "--no-data_rand_walk"
1747 #define OPT_BW_RAM_NOTHP OPT_BW_RAM, "--thp", "-1"
1749 #define OPT_CONV "-s", "100", "-zZ0qcm", "--thp", " 1"
1750 #define OPT_CONV_NOTHP OPT_CONV, "--thp", "-1"
1752 #define OPT_BW "-s", "20", "-zZ0q", "--thp", " 1"
1753 #define OPT_BW_NOTHP OPT_BW, "--thp", "-1"