Symbol: workqueue_struct
sys/dev/drm/i915/i915_drv.h
1017
struct workqueue_struct *userptr_wq;
sys/dev/drm/i915/i915_drv.h
1757
struct workqueue_struct *wq;
sys/dev/drm/i915/i915_drv.h
1760
struct workqueue_struct *modeset_wq;
sys/dev/drm/i915/i915_drv.h
319
struct workqueue_struct *dp_wq;
sys/dev/drm/i915/i915_gem_userptr.c
53
struct workqueue_struct *wq;
sys/dev/drm/i915/intel_guc.c
135
struct workqueue_struct *wq;
sys/dev/drm/i915/intel_guc.h
71
struct workqueue_struct *preempt_wq;
sys/dev/drm/i915/intel_guc_log.h
70
struct workqueue_struct *flush_wq;
sys/dev/drm/include/drm/drm_flip_work.h
87
struct workqueue_struct *wq);
sys/dev/drm/include/drm/ttm/ttm_memory.h
69
struct workqueue_struct *swap_queue;
sys/dev/drm/include/linux/workqueue.h
100
extern struct workqueue_struct *system_long_wq;
sys/dev/drm/include/linux/workqueue.h
101
extern struct workqueue_struct *system_unbound_wq;
sys/dev/drm/include/linux/workqueue.h
102
extern struct workqueue_struct *system_power_efficient_wq;
sys/dev/drm/include/linux/workqueue.h
113
struct workqueue_struct *_create_workqueue_common(const char *name, int flags);
sys/dev/drm/include/linux/workqueue.h
115
int queue_work(struct workqueue_struct *wq, struct work_struct *work);
sys/dev/drm/include/linux/workqueue.h
116
int queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work,
sys/dev/drm/include/linux/workqueue.h
137
mod_delayed_work(struct workqueue_struct *wq,
sys/dev/drm/include/linux/workqueue.h
145
void drain_workqueue(struct workqueue_struct *wq);
sys/dev/drm/include/linux/workqueue.h
146
void flush_workqueue(struct workqueue_struct *wq);
sys/dev/drm/include/linux/workqueue.h
162
void destroy_workqueue(struct workqueue_struct *wq);
sys/dev/drm/include/linux/workqueue.h
98
extern struct workqueue_struct *system_wq;
sys/dev/drm/include/linux/workqueue.h
99
extern struct workqueue_struct *system_highpri_wq;
sys/dev/drm/linux_workqueue.c
120
queue_work(struct workqueue_struct *wq, struct work_struct *work)
sys/dev/drm/linux_workqueue.c
160
queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work,
sys/dev/drm/linux_workqueue.c
196
struct workqueue_struct *
sys/dev/drm/linux_workqueue.c
199
struct workqueue_struct *wq;
sys/dev/drm/linux_workqueue.c
244
destroy_workqueue(struct workqueue_struct *wq)
sys/dev/drm/linux_workqueue.c
267
drain_workqueue(struct workqueue_struct *wq)
sys/dev/drm/linux_workqueue.c
309
flush_workqueue(struct workqueue_struct *wq)
sys/dev/drm/linux_workqueue.c
49
struct workqueue_struct *system_wq;
sys/dev/drm/linux_workqueue.c
50
struct workqueue_struct *system_highpri_wq;
sys/dev/drm/linux_workqueue.c
51
struct workqueue_struct *system_long_wq;
sys/dev/drm/linux_workqueue.c
52
struct workqueue_struct *system_unbound_wq;
sys/dev/drm/linux_workqueue.c
53
struct workqueue_struct *system_power_efficient_wq;
sys/dev/drm/radeon/radeon_mode.h
354
struct workqueue_struct *flip_queue;