Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_lock.c223 uint64_t lpo_waittime; member
628 l->lpo_waittime = l->lpo_acqtime - waittime; in lock_profile_obtain_lock_success()
630 l->lpo_waittime = 0; in lock_profile_obtain_lock_success()
711 if (l->lpo_waittime > lp->cnt_wait_max) in lock_profile_release_lock()
712 lp->cnt_wait_max = l->lpo_waittime; in lock_profile_release_lock()
714 lp->cnt_wait += l->lpo_waittime; in lock_profile_release_lock()