Searched refs:subtoken (Results 1 – 1 of 1) sorted by relevance
1054 char *token, *range, *policy, *subtoken; in setup_thp_anon() local1075 while ((subtoken = strsep(&range, ",")) != NULL) { in setup_thp_anon()1076 if (strchr(subtoken, '-')) { in setup_thp_anon()1077 start_size = strsep(&subtoken, "-"); in setup_thp_anon()1078 end_size = subtoken; in setup_thp_anon()1083 start_size = end_size = subtoken; in setup_thp_anon()1084 start = end = get_order_from_str(subtoken, in setup_thp_anon()