Searched refs:other_wq (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_dma.c1429 dev_priv->other_wq = create_workqueue(dev->devinfo, "i915_other");
1430 if (dev_priv->other_wq == NULL) {
1507 destroy_workqueue(dev_priv->other_wq);
1533 destroy_workqueue(dev_priv->other_wq);
H A Di915_drv.h1110 struct workqueue_struct *other_wq; member in struct:drm_i915_private
H A Dintel_pm.c356 queue_work(dev_priv->other_wq, &work->work);
371 cancel_delayed_work(dev_priv->other_wq);
H A Dintel_display.c7184 cancel_delayed_work(dev_priv->other_wq);

Completed in 3539 milliseconds