Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lockstat/
H A Dlockstat.c77 #define LS_TIME offsetof(lsrec_t, ls_hist[0]) macro
497 if (g_recsize < LS_TIME) in coalesce()
1061 g_recsize = LS_TIME; in main()
1259 g_recsize = LS_TIME; in main()
1450 g_nrecs_used * LS_TIME * (g_stkdepth + 1)); in main()
1469 bcopy(oldlsp, lsp, LS_TIME); in main()
1472 lsp = (lsrec_t *)((char *)lsp + LS_TIME); in main()
1475 bcopy(oldlsp, lsp, LS_TIME); in main()
1477 lsp = (lsrec_t *)((char *)lsp + LS_TIME); in main()
1481 ((uintptr_t)lsp - (uintptr_t)newlsp) / LS_TIME; in main()
[all …]