Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_balloon.c119 __u64 hot_add:1; member
456 static bool hot_add = true; variable
473 module_param(hot_add, bool, 0644);
474 MODULE_PARM_DESC(hot_add, "If set attempt memory hot_add");
1783 cap_msg.caps.cap_bits.hot_add = hot_add_enabled(); in balloon_connect_vsp()
1937 hot_add = false; in balloon_probe()
1948 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