Searched refs:squeue (Results 1 – 1 of 1) sorted by relevance
221 struct padata_serial_queue *squeue; in padata_reorder() local261 squeue = per_cpu_ptr(pd->squeue, cb_cpu); in padata_reorder()263 spin_lock(&squeue->serial.lock); in padata_reorder()264 list_add_tail(&padata->list, &squeue->serial.list); in padata_reorder()265 spin_unlock(&squeue->serial.lock); in padata_reorder()267 queue_work_on(cb_cpu, pinst->wq, &squeue->work); in padata_reorder()295 struct padata_serial_queue *squeue; in padata_serial_worker() local300 squeue = container_of(serial_work, struct padata_serial_queue, work); in padata_serial_worker()301 pd = squeue->pd; in padata_serial_worker()303 spin_lock(&squeue->serial.lock); in padata_serial_worker()[all …]