]> Pileus Git - ~andy/linux/blobdiff - include/linux/workqueue.h
Merge branch 'x86/urgent' into x86-mm
[~andy/linux] / include / linux / workqueue.h
index f7998a3bf02047ecdb2e6a4800992758dc60dd0a..f584aba78ca9a8d1add3b73797811b5a34071357 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_freezable_wq is equivalent to system_wq except that it's
+ * freezable.
  */
 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_freezable_wq;
 
 extern struct workqueue_struct *
 __alloc_workqueue_key(const char *name, unsigned int flags, int max_active,