Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.c164 static int previous_proc_count_max = 0; variable
843 if (previous_proc_count_max < nproc) { in get_process_info()
852 previous_proc_count_max = nproc; in get_process_info()