Searched refs:squeue (Results 1 – 1 of 1) sorted by relevance
281 struct padata_serial_queue *squeue; in padata_reorder() local309 squeue = per_cpu_ptr(pd->squeue, cb_cpu); in padata_reorder()311 spin_lock(&squeue->serial.lock); in padata_reorder()312 list_add_tail(&padata->list, &squeue->serial.list); in padata_reorder()313 spin_unlock(&squeue->serial.lock); in padata_reorder()315 queue_work_on(cb_cpu, pinst->serial_wq, &squeue->work); in padata_reorder()347 struct padata_serial_queue *squeue; in padata_serial_worker() local353 squeue = container_of(serial_work, struct padata_serial_queue, work); in padata_serial_worker()354 pd = squeue->pd; in padata_serial_worker()356 spin_lock(&squeue->serial.lock); in padata_serial_worker()[all …]