Home
last modified time | relevance | path

Searched refs:hot_add (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-zram9 What: /sys/class/zram-control/hot_add
/openbmc/linux/drivers/hv/
H A Dhv_balloon.c122 __u64 hot_add:1; member
466 static bool hot_add = true; variable
483 module_param(hot_add, bool, (S_IRUGO | S_IWUSR));
484 MODULE_PARM_DESC(hot_add, "If set attempt memory hot_add");
1831 cap_msg.caps.cap_bits.hot_add = hot_add_enabled(); in balloon_connect_vsp()
1984 hot_add = false; in balloon_probe()
1987 do_hot_add = hot_add; in balloon_probe()
/openbmc/qemu/include/hw/hyperv/
H A Ddynmem-proto.h101 uint64_t hot_add:1; member
/openbmc/linux/tools/testing/selftests/zram/
H A Dzram_lib.sh88 cat /sys/class/zram-control/hot_add > /dev/null
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c647 bool can_hot_add = balloon->caps.cap_bits.hot_add; in hv_balloon_idle_state_process_target()
1158 bool can_hot_add = balloon->caps.cap_bits.hot_add; in hv_balloon_handle_unballoon_response()
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst171 In order to add a new /dev/zramX device, perform a read operation on the hot_add
177 cat /sys/class/zram-control/hot_add
/openbmc/linux/drivers/block/zram/
H A Dzram_drv.c2339 __ATTR(hot_add, 0400, hot_add_show, NULL);