Searched refs:WS_RESET (Results 1 - 2 of 2) sorted by relevance

/system/extras/procrank/
H A Dprocrank.c138 #define WS_RESET 2 macro
159 if (!strcmp(argv[arg], "-W")) { ws = WS_RESET; continue; }
208 case WS_RESET:
217 if (ws != WS_RESET && procs[i]->usage.swap) {
226 if (ws == WS_RESET) exit(0);
/system/extras/procmem/
H A Dprocmem.c68 #define WS_RESET (2) macro
87 if (!strcmp(argv[i], "-W")) { ws = WS_RESET; continue; }
118 if (ws == WS_RESET) {

Completed in 96 milliseconds