Home
last modified time | relevance | path

Searched refs:hot_add (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_balloon.c118 __u64 hot_add:1; member
462 static bool hot_add = true; variable
475 module_param(hot_add, bool, (S_IRUGO | S_IWUSR));
476 MODULE_PARM_DESC(hot_add, "If set attempt memory hot_add");
732 pr_err("hot_add memory failed error is %d\n", ret); in hv_mem_hot_add()
1633 cap_msg.caps.cap_bits.hot_add = 1; in balloon_connect_vsp()
1683 hot_add = false; in balloon_probe()
1686 do_hot_add = hot_add; in balloon_probe()
/kernel/linux/linux-6.6/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");
578 * Maximum number of pages that can be hot_add-ed
751 pr_err("hot_add memory failed error is %d\n", ret); in hv_mem_hot_add()
1831 cap_msg.caps.cap_bits.hot_add = hot_add_enabled(); in balloon_connect_vsp()
1902 seq_puts(f, " hot_add"); in hv_balloon_debug_show()
1934 /* Pages added with hot_add */ in hv_balloon_debug_show()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/zram/
H A Dzram_lib.sh88 cat /sys/class/zram-control/hot_add > /dev/null
/kernel/linux/linux-6.6/tools/testing/selftests/zram/
H A Dzram_lib.sh88 cat /sys/class/zram-control/hot_add > /dev/null
/kernel/linux/linux-5.10/drivers/block/zram/
H A Dzram_drv.c2058 * NOTE: hot_add attribute is not the usual read-only sysfs attribute. In a
2078 __ATTR(hot_add, 0400, hot_add_show, NULL);
/kernel/linux/linux-6.6/drivers/block/zram/
H A Dzram_drv.c2347 * NOTE: hot_add attribute is not the usual read-only sysfs attribute. In a
2368 __ATTR(hot_add, 0400, hot_add_show, NULL);

Completed in 13 milliseconds