Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dmemory.c32 static const char *const online_type_to_str[] = { variable
43 for (i = 0; i < ARRAY_SIZE(online_type_to_str); i++) { in mhp_online_type_from_str()
44 if (sysfs_streq(str, online_type_to_str[i])) in mhp_online_type_from_str()
528 online_type_to_str[mhp_get_default_online_type()]); in auto_online_blocks_show()