Searched refs:tmp_num (Results 1 – 1 of 1) sorted by relevance
259 char *tmp_num = NULL; in iothread_parse_options() local295 tmp_num = strsep(&str, "@"); in iothread_parse_options()297 if (tmp_num != NULL) { in iothread_parse_options()298 if (dm_strtoi(tmp_num, &tmp_num, 10, &num) || (num <= 0)) { in iothread_parse_options()299 pr_err("%s: invalid iothread number %s \n", __func__, tmp_num); in iothread_parse_options()
Completed in 2 milliseconds