| /tools/testing/selftests/mm/ |
| A D | thp_settings.c | 201 void thp_read_settings(struct thp_settings *settings) in thp_read_settings() argument 208 *settings = (struct thp_settings) { in thp_read_settings() 215 settings->khugepaged = (struct khugepaged_settings) { in thp_read_settings() 231 settings->hugepages[i].enabled = THP_NEVER; in thp_read_settings() 236 settings->hugepages[i].enabled = in thp_read_settings() 247 settings->shmem_hugepages[i].enabled = in thp_read_settings() 264 shmem_enabled_strings[settings->shmem_enabled]); in thp_write_settings() 285 enabled = settings->hugepages[i].enabled; in thp_write_settings() 294 enabled = settings->shmem_hugepages[i].enabled; in thp_write_settings() 308 void thp_push_settings(struct thp_settings *settings) in thp_push_settings() argument [all …]
|
| A D | thp_settings.h | 75 void thp_write_settings(struct thp_settings *settings); 76 void thp_read_settings(struct thp_settings *settings); 78 void thp_push_settings(struct thp_settings *settings);
|
| A D | uffd-wp-mremap.c | 87 struct thp_settings settings = *thp_current_settings(); in alloc_one_folio() local 90 settings.hugepages[sz2ord(size)].enabled = THP_ALWAYS; in alloc_one_folio() 92 settings.shmem_hugepages[sz2ord(size)].enabled = SHMEM_ALWAYS; in alloc_one_folio() 94 thp_push_settings(&settings); in alloc_one_folio() 339 struct thp_settings settings; in main() local 350 thp_read_settings(&settings); in main() 352 settings.hugepages[i].enabled = THP_NEVER; in main() 353 settings.shmem_hugepages[i].enabled = SHMEM_NEVER; in main() 355 thp_push_settings(&settings); in main()
|
| A D | khugepaged.c | 500 struct thp_settings settings = *thp_current_settings(); in __madvise_collapse() local 508 settings.thp_enabled = THP_NEVER; in __madvise_collapse() 509 settings.shmem_enabled = SHMEM_NEVER; in __madvise_collapse() 510 thp_push_settings(&settings); in __madvise_collapse() 616 struct thp_settings settings = *thp_current_settings(); in alloc_at_fault() local 619 settings.thp_enabled = THP_ALWAYS; in alloc_at_fault() 620 thp_push_settings(&settings); in alloc_at_fault() 678 struct thp_settings settings = *thp_current_settings(); in collapse_max_ptes_none() local 682 settings.khugepaged.max_ptes_none = max_ptes_none; in collapse_max_ptes_none() 683 thp_push_settings(&settings); in collapse_max_ptes_none()
|
| /tools/testing/selftests/kselftest/ |
| A D | runner.sh | 83 settings="$BASE_DIR/$DIR/settings" 84 if [ -r "$settings" ] ; then 93 done < "$settings"
|
| /tools/testing/selftests/kvm/ |
| A D | .gitignore | 10 !settings
|
| /tools/testing/selftests/ftrace/ |
| A D | Makefile | 6 TEST_FILES := test.d settings
|
| /tools/testing/selftests/powerpc/eeh/ |
| A D | Makefile | 6 TEST_FILES := eeh-functions.sh settings
|
| /tools/testing/selftests/rtc/ |
| A D | Makefile | 7 TEST_FILES := settings
|
| /tools/testing/selftests/user_events/ |
| A D | Makefile | 7 TEST_FILES := settings
|
| /tools/testing/selftests/livepatch/ |
| A D | Makefile | 16 TEST_FILES := settings
|
| /tools/testing/selftests/powerpc/signal/ |
| A D | Makefile | 9 TEST_FILES := settings
|
| /tools/testing/selftests/powerpc/benchmarks/ |
| A D | Makefile | 5 TEST_FILES := settings
|
| /tools/testing/selftests/timers/ |
| A D | Makefile | 16 TEST_FILES := settings
|
| /tools/testing/selftests/net/mptcp/ |
| A D | Makefile | 13 TEST_FILES := mptcp_lib.sh settings
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | kvm-again.sh | 204 grep '^#' $i | sed -e 's/^# //' > $T/qemu-cmd-settings 205 . $T/qemu-cmd-settings
|
| A D | kvm-test-1-run-qemu.sh | 38 grep '^#' $resdir/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings 39 . $T/qemu-cmd-settings
|
| /tools/perf/Documentation/ |
| A D | security.txt | 132 processes. MAC policy settings (e.g. SELinux) can be loaded into the kernel 139 Enforced MAC policy settings (SELinux) can limit access to performance 154 To make sure that access is limited by MAC policy settings inspect system 165 In order to open access to perf_event_open() syscall MAC policy settings can 167 policy module extending base policy settings. Perf related policy module can 191 now be allowed by the policy settings. Check access running Perf like this:
|
| /tools/perf/tests/shell/common/ |
| A D | init.sh | 14 . ../common/settings.sh
|
| /tools/testing/selftests/powerpc/tm/ |
| A D | Makefile | 10 TEST_FILES := settings
|
| /tools/testing/selftests/rseq/ |
| A D | Makefile | 26 TEST_FILES := settings
|
| /tools/power/pm-graph/config/ |
| A D | freeze.cfg | 6 # command line. It also includes advanced settings for functions
|
| A D | standby.cfg | 6 # command line. It also includes advanced settings for functions
|
| A D | standby-callgraph.cfg | 6 # command line. It also includes advanced settings for functions
|
| /tools/testing/selftests/drivers/net/netdevsim/ |
| A D | devlink.sh | 51 devlink dev flash $DL_HANDLE file $DUMMYFILE overwrite settings 57 devlink dev flash $DL_HANDLE file $DUMMYFILE overwrite settings 66 devlink dev flash $DL_HANDLE file $DUMMYFILE overwrite identifiers overwrite settings
|