Searched refs:workers (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_gt_sriov_pf.c | 52 INIT_WORK(>->sriov.pf.workers.restart, pf_worker_restart_func); in pf_init_workers() 58 disable_work_sync(>->sriov.pf.workers.restart); in pf_fini_workers() 210 if (cancel_work_sync(>->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, >->sriov.pf.workers.restart)) in pf_queue_restart() 268 flush_work(>->sriov.pf.workers.restart); in pf_flush_restart()
|
| A D | xe_gt_sriov_pf_types.h | 57 struct xe_gt_sriov_pf_workers workers; member
|
| /drivers/vhost/ |
| A D | Kconfig | 107 to configure the default mode for vhost workers.
|
| /drivers/md/ |
| A D | raid5.h | 514 struct r5worker *workers; member
|
| A D | raid5.c | 205 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 D | mtip32xx.c | 733 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