Home
last modified time | relevance | path

Searched refs:enable_soft_offline (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/mm/
A Dhugetlb-soft-offline.c155 static void test_soft_offline_common(int enable_soft_offline) in test_soft_offline_common() argument
158 int expect_errno = enable_soft_offline ? 0 : EOPNOTSUPP; in test_soft_offline_common()
166 enable_soft_offline); in test_soft_offline_common()
175 if (set_enable_soft_offline(enable_soft_offline) != 0) { in test_soft_offline_common()
201 if (enable_soft_offline) { in test_soft_offline_common()
216 enable_soft_offline); in test_soft_offline_common()
A Drun_vmtests.sh336 enable_soft_offline=$(cat /proc/sys/vm/enable_soft_offline)
340 echo "$enable_soft_offline" > /proc/sys/vm/enable_soft_offline
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst39 - enable_soft_offline
271 enable_soft_offline chapter
295 For all architectures, enable_soft_offline controls whether to soft offline
300 It is worth mentioning that after setting enable_soft_offline to 0, the

Completed in 8 milliseconds