Searched refs:squeue (Results 1 – 1 of 1) sorted by relevance
219 struct padata_serial_queue *squeue; in padata_reorder() local247 squeue = per_cpu_ptr(pd->squeue, cb_cpu); in padata_reorder()249 spin_lock(&squeue->serial.lock); in padata_reorder()250 list_add_tail(&padata->list, &squeue->serial.list); in padata_reorder()251 spin_unlock(&squeue->serial.lock); in padata_reorder()253 queue_work_on(cb_cpu, pinst->serial_wq, &squeue->work); in padata_reorder()286 struct padata_serial_queue *squeue; in padata_serial_worker() local292 squeue = container_of(serial_work, struct padata_serial_queue, work); in padata_serial_worker()293 pd = squeue->pd; in padata_serial_worker()295 spin_lock(&squeue->serial.lock); in padata_serial_worker()[all …]