Searched refs:ls_time (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c77 uint64_t ls_time; /* cumulative event duration */ member in struct:lsrec
92 #define LS_BASIC offsetof(lsrec_t, ls_time)
429 if (a->ls_time < b->ls_time)
431 if (a->ls_time > b->ls_time)
571 target->ls_time += current->ls_time;
1049 lsrec->ls_time = (uintptr_t)avg[1];
1549 ev_time[lsp->ls_event] += lsp->ls_time;
[all...]

Completed in 106 milliseconds