Home | History | Annotate | Download | only in procmem

Lines Matching refs:ws

66     int ws;
83 ws = WS_OFF;
87 if (!strcmp(argv[i], "-w")) { ws = WS_ONLY; continue; }
88 if (!strcmp(argv[i], "-W")) { ws = WS_RESET; continue; }
119 if (ws == WS_RESET) {
142 if (ws == WS_ONLY) {
169 if (ws == WS_ONLY)
210 if ((ws != WS_ONLY) || (flags & PM_PAGE_REFERENCED)) {
245 if (ws == WS_ONLY) {
272 if (ws == WS_ONLY) {