Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemory_hotplug.c136 static const char * const online_policy_to_str[] = { variable
143 int ret = sysfs_match_string(online_policy_to_str, val); in set_online_policy()
153 return sprintf(buffer, "%s\n", online_policy_to_str[*((int *)kp->arg)]); in get_online_policy()