Searched refs:onlining (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/sched_ext/ |
H A D | hotplug.c | 44 static enum scx_test_status test_hotplug(bool onlining, bool cbs_defined) in test_hotplug() argument 56 if (onlining) in test_hotplug() 62 if (onlining) in test_hotplug() 81 toggle_online_status(onlining ? 1 : 0); in test_hotplug() 89 if (!onlining) in test_hotplug()
|
H A D | hotplug.bpf.c | 20 static void exit_from_hotplug(s32 cpu, bool onlining) in exit_from_hotplug() argument 30 if (onlining) in exit_from_hotplug() 34 onlining ? "online" : "offline"); in exit_from_hotplug()
|
/linux/Documentation/admin-guide/mm/ |
H A D | memory-hotplug.rst | 154 If auto-onlining of memory blocks isn't enabled, user-space has to manually 155 trigger onlining of memory blocks. Often, udev rules are used to automate this 178 In any case, if onlining succeeds, the state of the memory block is changed to 185 The kernel can be configured to try auto-onlining of newly added memory blocks. 193 Auto-onlining can be enabled by writing ``online``, ``online_kernel`` or 198 Similarly to manual onlining, with ``online`` the kernel will select the 206 In corner cases, auto-onlining can fail. The kernel won't retry. Note that 207 auto-onlining is not expected to fail in default configurations. 212 memory blocks; if onlining fails, memory blocks are removed again. 280 blocks; configure auto-onlining. [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-memory | 56 when onlining to select a target zone: "online_movable" 63 While onlining is unlikely to fail, there are no guarantees 83 provided by a memory block can be managed when onlining.
|
/linux/Documentation/arch/arm64/ |
H A D | asymmetric-32bit.rst | 20 ``-ENOEXEC``. If the mismatch is detected during late onlining of a 21 64-bit-only CPU, then the onlining operation fails and the new CPU is 61 late-onlining of 32-bit-capable CPUs can result in the file contents
|
/linux/Documentation/core-api/ |
H A D | memory-hotplug.rst | 110 onlining/offlining of memory should be done via device_online()/ 114 When adding/removing/onlining/offlining memory or adding/removing
|
/linux/drivers/xen/ |
H A D | Kconfig | 42 Alternatively, if memory auto onlining was not requested at step 1
|
/linux/mm/ |
H A D | Kconfig | 558 onlining policy (/sys/devices/system/memory/auto_online_blocks) which
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 3352 onlining policy. If not specified, the default value is
|