workqueue_struct
struct workqueue_struct *userptr_wq;
struct workqueue_struct *wq;
struct workqueue_struct *modeset_wq;
struct workqueue_struct *dp_wq;
struct workqueue_struct *wq;
struct workqueue_struct *wq;
struct workqueue_struct *preempt_wq;
struct workqueue_struct *flush_wq;
struct workqueue_struct *wq);
struct workqueue_struct *swap_queue;
extern struct workqueue_struct *system_long_wq;
extern struct workqueue_struct *system_unbound_wq;
extern struct workqueue_struct *system_power_efficient_wq;
struct workqueue_struct *_create_workqueue_common(const char *name, int flags);
int queue_work(struct workqueue_struct *wq, struct work_struct *work);
int queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work,
mod_delayed_work(struct workqueue_struct *wq,
void drain_workqueue(struct workqueue_struct *wq);
void flush_workqueue(struct workqueue_struct *wq);
void destroy_workqueue(struct workqueue_struct *wq);
extern struct workqueue_struct *system_wq;
extern struct workqueue_struct *system_highpri_wq;
queue_work(struct workqueue_struct *wq, struct work_struct *work)
queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work,
struct workqueue_struct *
struct workqueue_struct *wq;
destroy_workqueue(struct workqueue_struct *wq)
drain_workqueue(struct workqueue_struct *wq)
flush_workqueue(struct workqueue_struct *wq)
struct workqueue_struct *system_wq;
struct workqueue_struct *system_highpri_wq;
struct workqueue_struct *system_long_wq;
struct workqueue_struct *system_unbound_wq;
struct workqueue_struct *system_power_efficient_wq;
struct workqueue_struct *flip_queue;