Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c75 #define LS_TIME offsetof(lsrec_t, ls_hist[0]) macro
495 if (g_recsize < LS_TIME) in coalesce()
1060 g_recsize = LS_TIME; in main()
1258 g_recsize = LS_TIME; in main()
1449 g_nrecs_used * LS_TIME * (g_stkdepth + 1)); in main()
1468 bcopy(oldlsp, lsp, LS_TIME); in main()
1471 lsp = (lsrec_t *)((char *)lsp + LS_TIME); in main()
1474 bcopy(oldlsp, lsp, LS_TIME); in main()
1476 lsp = (lsrec_t *)((char *)lsp + LS_TIME); in main()
1480 ((uintptr_t)lsp - (uintptr_t)newlsp) / LS_TIME; in main()
[all …]