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

/freebsd-10.1-release/sys/kern/
H A Dsubr_lock.c154 uintmax_t cnt_wait_max; member in struct:lock_prof
300 lp->cnt_max / 1000, lp->cnt_wait_max / 1000, lp->cnt_tot / 1000,
336 if (l->cnt_wait_max > dst->cnt_wait_max)
337 dst->cnt_wait_max = l->cnt_wait_max;
616 if (l->lpo_waittime > lp->cnt_wait_max)
617 lp->cnt_wait_max = l->lpo_waittime;

Completed in 44 milliseconds