Searched refs:enable_soft_offline (Results 1 – 3 of 3) sorted by relevance
155 static void test_soft_offline_common(int enable_soft_offline) in test_soft_offline_common() argument158 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()
336 enable_soft_offline=$(cat /proc/sys/vm/enable_soft_offline)340 echo "$enable_soft_offline" > /proc/sys/vm/enable_soft_offline
39 - enable_soft_offline271 enable_soft_offline chapter295 For all architectures, enable_soft_offline controls whether to soft offline300 It is worth mentioning that after setting enable_soft_offline to 0, the
Completed in 8 milliseconds