Lines Matching defs:settings
99 printf("Restore THP and khugepaged settings...");
114 printf("Save THP and khugepaged settings...");
500 struct thp_settings settings = *thp_current_settings();
508 settings.thp_enabled = THP_NEVER;
509 settings.shmem_enabled = SHMEM_NEVER;
510 thp_push_settings(&settings);
616 struct thp_settings settings = *thp_current_settings();
619 settings.thp_enabled = THP_ALWAYS;
620 thp_push_settings(&settings);
678 struct thp_settings settings = *thp_current_settings();
682 settings.khugepaged.max_ptes_none = max_ptes_none;
683 thp_push_settings(&settings);
900 /* Do not touch settings on child exit */
938 /* Do not touch settings on child exit */
988 /* Do not touch settings on child exit */