Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.c940 long p_tot, s_tot; in format_next_process() local
1108 s_tot = total_inblock + total_oublock + total_majflt; in format_next_process()
1122 sbuf_printf(procbuf, "%6.2f%% ", s_tot == 0 ? 0.0 : (p_tot * 100.0 / s_tot)); in format_next_process()