Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_lock.c224 uintmax_t cnt_max; member
378 lp->cnt_max / 1000, lp->cnt_wait_max / 1000, lp->cnt_tot / 1000, in lock_prof_output()
410 if (l->cnt_max > dst->cnt_max) in lock_prof_sum()
411 dst->cnt_max = l->cnt_max; in lock_prof_sum()
704 if (holdtime > lp->cnt_max) in lock_profile_release_lock()
705 lp->cnt_max = holdtime; in lock_profile_release_lock()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c502 unsigned cnt_max; in alloc_fswitch() local
508 cnt_max = 16 + 5 * f->switch_cnt_max / 4; in alloc_fswitch()
509 ptr = realloc(f->sw, cnt_max * sizeof(*f->sw)); in alloc_fswitch()
516 f->switch_cnt_max = cnt_max; in alloc_fswitch()
538 unsigned cnt_max; in alloc_flink() local
544 cnt_max = 16 + 5 * f->link_cnt_max / 4; in alloc_flink()
545 ptr = realloc(f->link, cnt_max * sizeof(*f->link)); in alloc_flink()
552 f->link_cnt_max = cnt_max; in alloc_flink()