]> Pileus Git - ~andy/linux/blobdiff - include/linux/workqueue.h
workqueue: add system_freezeable_wq
[~andy/linux] / include / linux / workqueue.h
index 1ac11586a2f5a5e036a2adce96f830dd0d731e36..de6a755befacf1087084df09df574e2b7c6e7f5b 100644 (file)
@@ -286,11 +286,15 @@ enum {
  * any specific CPU, not concurrency managed, and all queued works are
  * executed immediately as long as max_active limit is not reached and
  * resources are available.
+ *
+ * system_freezeable_wq is equivalent to system_wq except that it's
+ * freezeable.
  */
 extern struct workqueue_struct *system_wq;
 extern struct workqueue_struct *system_long_wq;
 extern struct workqueue_struct *system_nrt_wq;
 extern struct workqueue_struct *system_unbound_wq;
+extern struct workqueue_struct *system_freezeable_wq;
 
 extern struct workqueue_struct *
 __alloc_workqueue_key(const char *name, unsigned int flags, int max_active,