Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c74 uint32_t ls_count; /* cumulative event count */ member
418 return (b->ls_count - a->ls_count); in countcmp()
480 return (b->ls_count - a->ls_count); in lock_and_count_cmp_anywhere()
530 return (b->ls_count - a->ls_count); in site_and_count_cmp_anylock()
567 target->ls_count += current->ls_count; in coalesce()
939 lsrec->ls_count = 1; in lsrec_fill()
1048 lsrec->ls_count = (uint32_t)avg[0]; in process_aggregate()
1575 if (oldlsp->ls_count == 0) in main()
1620 if (lsp->ls_count == 0) in main()
1810 lsp->ls_event, lsp->ls_count); in report_stats()
[all …]