Searched refs:iothread_sub_idx (Results 1 – 1 of 1) sorted by relevance
262 int service_vm_cpuid, iothread_sub_idx, num; in iothread_parse_options() local309 iothread_sub_idx = 0; in iothread_parse_options()310 while ((str != NULL) && (*str !='\0') && (iothread_sub_idx < num)) { in iothread_parse_options()314 CPU_ZERO(cpuset_list + iothread_sub_idx); in iothread_parse_options()336 CPU_SET(service_vm_cpuid, cpuset_list + iothread_sub_idx); in iothread_parse_options()338 __func__, iothread_sub_idx, service_vm_cpuid); in iothread_parse_options()340 iothread_sub_idx++; in iothread_parse_options()
Completed in 6 milliseconds