Home
last modified time | relevance | path

Searched refs:prev_hist_count (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/procps/
Dtop.c183 unsigned prev_hist_count; member
208 #define prev_hist_count (G.prev_hist_count ) macro
388 if (prev_hist_count) do { in do_stats()
394 i = (i+1) % prev_hist_count; in do_stats()
405 prev_hist_count = ntop; in do_stats()
985 prev_hist_count = 0;
1011 prev_hist_count = 0;
1243 if (!prev_hist_count) {