Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_balloon.c117 __u64 hot_add:1; member
454 static bool hot_add = true; variable
471 module_param(hot_add, bool, 0644);
472 MODULE_PARM_DESC(hot_add, "If set attempt memory hot_add");
1789 cap_msg.caps.cap_bits.hot_add = hot_add_enabled(); in balloon_connect_vsp()
1945 hot_add = false; in balloon_probe()
1956 do_hot_add = hot_add; in balloon_probe()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-zram9 What: /sys/class/zram-control/hot_add
/linux/tools/testing/selftests/zram/
H A Dzram_lib.sh88 cat /sys/class/zram-control/hot_add > /dev/null
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst183 In order to add a new /dev/zramX device, perform a read operation on the hot_add
189 cat /sys/class/zram-control/hot_add
/linux/drivers/block/zram/
H A Dzram_drv.c3196 __ATTR(hot_add, 0400, hot_add_show, NULL);