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

/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c61 uint64_t ls_time; /* cumulative event duration */ member in struct:lsrec
76 #define LS_BASIC offsetof(lsrec_t, ls_time)
371 if (a->ls_time < b->ls_time)
373 if (a->ls_time > b->ls_time)
499 target->ls_time += current->ls_time;
951 lsrec->ls_time = (uintptr_t)avg[1];
1440 ev_time[lsp->ls_event] += lsp->ls_time;
[all...]

Completed in 57 milliseconds