Searched refs:scroll_offset (Results 1 – 2 of 2) sorted by relevance
50 long scroll_offset;606 for (i = TT.scroll_offset; i < TT.num_new_procs; i++) { in print_procs()825 TT.scroll_offset--; in top_main()828 TT.scroll_offset++; in top_main()831 TT.scroll_offset = 0; in top_main()834 TT.scroll_offset = TT.num_new_procs - TT.rows/2; in top_main()837 TT.scroll_offset -= TT.rows/2; in top_main()840 TT.scroll_offset += TT.rows/2; in top_main()843 if (TT.scroll_offset >= TT.num_new_procs) TT.scroll_offset = TT.num_new_procs-1; in top_main()844 if (TT.scroll_offset < 0) TT.scroll_offset = 0; in top_main()
803 long scroll_offset; member