Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_lock.c238 uintmax_t cnt_max; member
392 lp->cnt_max / 1000, lp->cnt_wait_max / 1000, lp->cnt_tot / 1000, in lock_prof_output()
424 if (l->cnt_max > dst->cnt_max) in lock_prof_sum()
425 dst->cnt_max = l->cnt_max; in lock_prof_sum()
709 if (holdtime > lp->cnt_max) in lock_profile_release_lock()
710 lp->cnt_max = holdtime; in lock_profile_release_lock()