Home
last modified time | relevance | path

Searched refs:workers (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/xe/
A Dxe_gt_sriov_pf.c52 INIT_WORK(&gt->sriov.pf.workers.restart, pf_worker_restart_func); in pf_init_workers()
58 disable_work_sync(&gt->sriov.pf.workers.restart); in pf_fini_workers()
210 if (cancel_work_sync(&gt->sriov.pf.workers.restart)) in pf_cancel_restart()
239 struct xe_gt *gt = container_of(w, typeof(*gt), sriov.pf.workers.restart); in pf_worker_restart_func()
250 if (!queue_work(xe->sriov.wq, &gt->sriov.pf.workers.restart)) in pf_queue_restart()
268 flush_work(&gt->sriov.pf.workers.restart); in pf_flush_restart()
A Dxe_gt_sriov_pf_types.h57 struct xe_gt_sriov_pf_workers workers; member
/drivers/vhost/
A DKconfig107 to configure the default mode for vhost workers.
/drivers/md/
A Draid5.h514 struct r5worker *workers; member
A Draid5.c205 group->workers[0].working = true; in raid5_wakeup_stripe_thread()
212 if (group->workers[i].working == false) { in raid5_wakeup_stripe_thread()
213 group->workers[i].working = true; in raid5_wakeup_stripe_thread()
215 &group->workers[i].work); in raid5_wakeup_stripe_thread()
7189 kfree(old_groups[0].workers); in raid5_store_group_thread_cnt()
7227 struct r5worker *workers; in alloc_thread_groups() local
7236 workers = kcalloc(size, *group_cnt, GFP_NOIO); in alloc_thread_groups()
7239 if (!*worker_groups || !workers) { in alloc_thread_groups()
7240 kfree(workers); in alloc_thread_groups()
7252 group->workers = workers + i * cnt; in alloc_thread_groups()
[all …]
/drivers/block/mtip32xx/
A Dmtip32xx.c733 int do_irq_enable = 1, i, workers; in mtip_handle_irq() local
754 for (i = 0, workers = 0; i < MTIP_MAX_SLOT_GROUPS; in mtip_handle_irq()
759 workers++; in mtip_handle_irq()
762 atomic_set(&dd->irq_workers_active, workers); in mtip_handle_irq()
763 if (workers) { in mtip_handle_irq()

Completed in 34 milliseconds