Searched refs:tmp_cpux (Results 1 – 1 of 1) sorted by relevance
261 char *tmp_cpux = NULL; in iothread_parse_options() local317 tmp_cpux = strsep(&tmp_cpusets, ":"); in iothread_parse_options()323 if (*tmp_cpux == '*') { in iothread_parse_options()327 if (dm_strtoi(tmp_cpux, &tmp_cpux, 10, &service_vm_cpuid) || in iothread_parse_options()330 __func__, tmp_cpux); in iothread_parse_options()
Completed in 3 milliseconds