Home
last modified time | relevance | path

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

/tools/testing/selftests/mm/
A Dthp_settings.h54 struct thp_settings { struct
75 void thp_write_settings(struct thp_settings *settings); argument
76 void thp_read_settings(struct thp_settings *settings);
77 struct thp_settings *thp_current_settings(void);
78 void thp_push_settings(struct thp_settings *settings);
A Dthp_settings.c13 static struct thp_settings settings_stack[MAX_SETTINGS_DEPTH];
15 static struct thp_settings saved_settings;
201 void thp_read_settings(struct thp_settings *settings) in thp_read_settings()
208 *settings = (struct thp_settings) { in thp_read_settings()
252 void thp_write_settings(struct thp_settings *settings) in thp_write_settings()
299 struct thp_settings *thp_current_settings(void) in thp_current_settings()
308 void thp_push_settings(struct thp_settings *settings) in thp_push_settings()
A DMakefile160 $(TEST_GEN_PROGS): vm_util.c thp_settings.c
161 $(TEST_GEN_FILES): vm_util.c thp_settings.c
A Duffd-wp-mremap.c87 struct thp_settings settings = *thp_current_settings(); in alloc_one_folio()
339 struct thp_settings settings; in main()
A Dkhugepaged.c500 struct thp_settings settings = *thp_current_settings(); in __madvise_collapse()
616 struct thp_settings settings = *thp_current_settings(); in alloc_at_fault()
678 struct thp_settings settings = *thp_current_settings(); in collapse_max_ptes_none()
1171 struct thp_settings default_settings = { in main()
A Dcow.c1217 struct thp_settings settings = *thp_current_settings(); in run_anon_test_case()
1862 struct thp_settings default_settings; in main()

Completed in 11 milliseconds