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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c167 struct save_hist *new_hist; local
172 new_hist = xmalloc(sizeof(struct save_hist)*ntop);
186 new_hist[n].ticks = cur->ticks;
187 new_hist[n].pid = pid;
210 prev_hist = new_hist;

Completed in 38 milliseconds