Searched refs:tmp_cpusets (Results 1 – 1 of 1) sorted by relevance
260 char *tmp_cpusets = NULL; in iothread_parse_options() local312 tmp_cpusets = strsep(&str, "/"); in iothread_parse_options()315 while ((tmp_cpusets != NULL) && (*tmp_cpusets !='\0')) { in iothread_parse_options()317 tmp_cpux = strsep(&tmp_cpusets, ":"); in iothread_parse_options()
Completed in 4 milliseconds