diff options
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r-- | include/linux/workqueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 0a7f79729380..006dcf7e808a 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -231,6 +231,7 @@ enum { | |||
231 | WQ_SINGLE_CPU = 1 << 1, /* only single cpu at a time */ | 231 | WQ_SINGLE_CPU = 1 << 1, /* only single cpu at a time */ |
232 | WQ_NON_REENTRANT = 1 << 2, /* guarantee non-reentrance */ | 232 | WQ_NON_REENTRANT = 1 << 2, /* guarantee non-reentrance */ |
233 | WQ_RESCUER = 1 << 3, /* has an rescue worker */ | 233 | WQ_RESCUER = 1 << 3, /* has an rescue worker */ |
234 | WQ_HIGHPRI = 1 << 4, /* high priority */ | ||
234 | 235 | ||
235 | WQ_MAX_ACTIVE = 512, /* I like 512, better ideas? */ | 236 | WQ_MAX_ACTIVE = 512, /* I like 512, better ideas? */ |
236 | WQ_DFL_ACTIVE = WQ_MAX_ACTIVE / 2, | 237 | WQ_DFL_ACTIVE = WQ_MAX_ACTIVE / 2, |