X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fworkqueue.txt;h=01c513fac40ece66b73a1709f6df496b5aade8d2;hb=4c3021da451fe0ea1deaba8fa3805d8d065ec84e;hp=996a27d9b8db8414da1751d92083dd11e91cff01;hpb=dda5f0a372873bca5f0b1d1866d7784dffd8b675;p=mv-sheeva.git diff --git a/Documentation/workqueue.txt b/Documentation/workqueue.txt index 996a27d9b8d..01c513fac40 100644 --- a/Documentation/workqueue.txt +++ b/Documentation/workqueue.txt @@ -190,9 +190,9 @@ resources, scheduled and executed. * Long running CPU intensive workloads which can be better managed by the system scheduler. - WQ_FREEZEABLE + WQ_FREEZABLE - A freezeable wq participates in the freeze phase of the system + A freezable wq participates in the freeze phase of the system suspend operations. Work items on the wq are drained and no new work item starts execution until thawed.