Searched refs:sq_cpu (Results 1 – 2 of 2) sorted by relevance
213 sqd->sq_cpu = raw_smp_processor_id(); in io_sqd_handle_event()284 if (sqd->sq_cpu != -1) { in io_sq_thread()285 set_cpus_allowed_ptr(current, cpumask_of(sqd->sq_cpu)); in io_sq_thread()288 sqd->sq_cpu = raw_smp_processor_id(); in io_sq_thread()333 sqd->sq_cpu = raw_smp_processor_id(); in io_sq_thread()367 sqd->sq_cpu = raw_smp_processor_id(); in io_sq_thread()474 sqd->sq_cpu = cpu; in io_sq_offload_create()476 sqd->sq_cpu = -1; in io_sq_offload_create()
15 int sq_cpu; member