Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDsubr_lock.c158 uintmax_t cnt_cur; member
301 lp->cnt_wait / 1000, lp->cnt_cur, in lock_prof_output()
302 lp->cnt_cur == 0 ? (uintmax_t)0 : in lock_prof_output()
303 lp->cnt_tot / (lp->cnt_cur * 1000), in lock_prof_output()
304 lp->cnt_cur == 0 ? (uintmax_t)0 : in lock_prof_output()
305 lp->cnt_wait / (lp->cnt_cur * 1000), in lock_prof_output()
340 dst->cnt_cur += l->cnt_cur; in lock_prof_sum()
621 lp->cnt_cur += l->lpo_cnt; in lock_profile_release_lock()