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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sun_workqueue.h40 struct workqueue_struct { struct
45 extern int __queue_work(struct workqueue_struct *wq, struct work_struct *work);
48 extern struct workqueue_struct *create_workqueue(dev_info_t *dip, char *name);
49 extern void destroy_workqueue(struct workqueue_struct *wq);
50 extern void cancel_delayed_work(struct workqueue_struct *wq);
51 extern void flush_workqueue(struct workqueue_struct *wq);
H A DdrmP.h1135 struct workqueue_struct *drm_wq;
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sun_workqueue.c34 __queue_work(struct workqueue_struct *wq, struct work_struct *work)
57 struct workqueue_struct *
60 struct workqueue_struct *wq;
62 wq = kmem_zalloc(sizeof (struct workqueue_struct), KM_SLEEP);
71 kmem_free(wq, sizeof (struct workqueue_struct));
76 destroy_workqueue(struct workqueue_struct *wq)
80 kmem_free(wq, sizeof (struct workqueue_struct));
85 cancel_delayed_work(struct workqueue_struct *wq)
90 flush_workqueue(struct workqueue_struct *wq)
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.h1109 struct workqueue_struct *wq;
1110 struct workqueue_struct *other_wq;

Completed in 49 milliseconds