Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_lock.c241 uintmax_t cnt_cur; member
393 lp->cnt_wait / 1000, lp->cnt_cur, in lock_prof_output()
394 lp->cnt_cur == 0 ? (uintmax_t)0 : in lock_prof_output()
395 lp->cnt_tot / (lp->cnt_cur * 1000), in lock_prof_output()
396 lp->cnt_cur == 0 ? (uintmax_t)0 : in lock_prof_output()
397 lp->cnt_wait / (lp->cnt_cur * 1000), in lock_prof_output()
430 dst->cnt_cur += l->cnt_cur; in lock_prof_sum()
716 lp->cnt_cur += l->lpo_cnt; in lock_profile_release_lock()