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

/system/extras/procmem/
H A Dprocmem.c67 #define WS_ONLY (1) macro
86 if (!strcmp(argv[i], "-w")) { ws = WS_ONLY; continue; }
141 if (ws == WS_ONLY) {
168 if (ws == WS_ONLY)
209 if ((ws != WS_ONLY) || (flags & PM_PAGE_REFERENCED)) {
244 if (ws == WS_ONLY) {
271 if (ws == WS_ONLY) {
/system/extras/procrank/
H A Dprocrank.c129 #define WS_ONLY 1 macro
146 if (!strcmp(argv[arg], "-w")) { ws = WS_ONLY; continue; }
192 case WS_ONLY:

Completed in 62 milliseconds