Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 46) sorted by relevance

12

/tools/testing/selftests/mm/
A Dthp_settings.c201 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 Dthp_settings.h75 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 Duffd-wp-mremap.c87 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 Dkhugepaged.c500 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 Drunner.sh83 settings="$BASE_DIR/$DIR/settings"
84 if [ -r "$settings" ] ; then
93 done < "$settings"
/tools/testing/selftests/kvm/
A D.gitignore10 !settings
/tools/testing/selftests/ftrace/
A DMakefile6 TEST_FILES := test.d settings
/tools/testing/selftests/powerpc/eeh/
A DMakefile6 TEST_FILES := eeh-functions.sh settings
/tools/testing/selftests/rtc/
A DMakefile7 TEST_FILES := settings
/tools/testing/selftests/user_events/
A DMakefile7 TEST_FILES := settings
/tools/testing/selftests/livepatch/
A DMakefile16 TEST_FILES := settings
/tools/testing/selftests/powerpc/signal/
A DMakefile9 TEST_FILES := settings
/tools/testing/selftests/powerpc/benchmarks/
A DMakefile5 TEST_FILES := settings
/tools/testing/selftests/timers/
A DMakefile16 TEST_FILES := settings
/tools/testing/selftests/net/mptcp/
A DMakefile13 TEST_FILES := mptcp_lib.sh settings
/tools/testing/selftests/rcutorture/bin/
A Dkvm-again.sh204 grep '^#' $i | sed -e 's/^# //' > $T/qemu-cmd-settings
205 . $T/qemu-cmd-settings
A Dkvm-test-1-run-qemu.sh38 grep '^#' $resdir/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings
39 . $T/qemu-cmd-settings
/tools/perf/Documentation/
A Dsecurity.txt132 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 Dinit.sh14 . ../common/settings.sh
/tools/testing/selftests/powerpc/tm/
A DMakefile10 TEST_FILES := settings
/tools/testing/selftests/rseq/
A DMakefile26 TEST_FILES := settings
/tools/power/pm-graph/config/
A Dfreeze.cfg6 # command line. It also includes advanced settings for functions
A Dstandby.cfg6 # command line. It also includes advanced settings for functions
A Dstandby-callgraph.cfg6 # command line. It also includes advanced settings for functions
/tools/testing/selftests/drivers/net/netdevsim/
A Ddevlink.sh51 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

Completed in 24 milliseconds

12