Home
last modified time | relevance | path

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

/linux/mm/
H A Dhuge_memory.c1054 char *token, *range, *policy, *subtoken; in setup_thp_anon() local
1075 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()