Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDsubr_lock.c154 uintmax_t cnt_wait_max; member
300 lp->cnt_max / 1000, lp->cnt_wait_max / 1000, lp->cnt_tot / 1000, in lock_prof_output()
336 if (l->cnt_wait_max > dst->cnt_wait_max) in lock_prof_sum()
337 dst->cnt_wait_max = l->cnt_wait_max; in lock_prof_sum()
616 if (l->lpo_waittime > lp->cnt_wait_max) in lock_profile_release_lock()
617 lp->cnt_wait_max = l->lpo_waittime; in lock_profile_release_lock()