X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fworkqueue.txt;h=01c513fac40ece66b73a1709f6df496b5aade8d2;hb=c7b01d3dc297969e66b430830254d447d21bafc9;hp=996a27d9b8db8414da1751d92083dd11e91cff01;hpb=0851668fdd97e526b2a41f794b785c204dd3d3e0;p=karo-tx-linux.git diff --git a/Documentation/workqueue.txt b/Documentation/workqueue.txt index 996a27d9b8db..01c513fac40e 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.