Searched refs:cnt_tot (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dsubr_lock.c156 uintmax_t cnt_tot; member in struct:lock_prof
300 lp->cnt_max / 1000, lp->cnt_wait_max / 1000, lp->cnt_tot / 1000,
303 lp->cnt_tot / (lp->cnt_cur * 1000),
338 dst->cnt_tot += l->cnt_tot;
618 lp->cnt_tot += holdtime;

Completed in 41 milliseconds