Searched defs:done (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dpage-writeback.c660 * pos_ratio further down/up. That is done by the following mechanism.
1677 int done = 0; local
1712 while (!done && (index <= end)) {
1735 done = 1;
1790 done = 1;
1803 done = 1;
1810 if (!cycled && !done) {
1813 * We hit the last page and there is more work to be done: wrap
2036 * For pages with a mapping this should be done under the page lock

Completed in 64 milliseconds