Searched refs:squeue (Results 1 – 1 of 1) sorted by relevance
294 struct padata_serial_queue *squeue; in padata_reorder() local322 squeue = per_cpu_ptr(pd->squeue, cb_cpu); in padata_reorder()324 spin_lock(&squeue->serial.lock); in padata_reorder()325 list_add_tail(&padata->list, &squeue->serial.list); in padata_reorder()326 spin_unlock(&squeue->serial.lock); in padata_reorder()328 queue_work_on(cb_cpu, pinst->serial_wq, &squeue->work); in padata_reorder()360 struct padata_serial_queue *squeue; in padata_serial_worker() local366 squeue = container_of(serial_work, struct padata_serial_queue, work); in padata_serial_worker()367 pd = squeue->pd; in padata_serial_worker()369 spin_lock(&squeue->serial.lock); in padata_serial_worker()[all …]