Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dtop.c513 # define display_cpus(scr_width, scrbuf, lines_rem) ((void)0) argument
605 static NOINLINE void display_process_list(int lines_rem, int scr_width) argument
612 unsigned long total_memory = display_header(scr_width, &lines_rem); /* or use total_vsz? */
628 lines_rem--;
688 if (lines_rem > ntop - G_scroll_ofs)
689 lines_rem = ntop - G_scroll_ofs;
691 while (--lines_rem >= 0) {
832 static NOINLINE void display_topmem_process_list(int lines_rem, int scr_width) argument
839 display_topmem_header(scr_width, &lines_rem);
849 lines_rem--;
[all …]