Home
last modified time | relevance | path

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

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