Searched refs:options (Results 1 – 2 of 2) sorted by relevance
2123 static int shmem_parse_options(char *options, struct shmem_sb_info *sbinfo, in shmem_parse_options() argument2128 while (options != NULL) { in shmem_parse_options()2129 this_char = options; in shmem_parse_options()2136 options = strchr(options, ','); in shmem_parse_options()2137 if (options == NULL) in shmem_parse_options()2139 options++; in shmem_parse_options()2140 if (!isdigit(*options)) { in shmem_parse_options()2141 options[-1] = '\0'; in shmem_parse_options()
22 memory hotplug may have different options here.