Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lockstat/
H A Dlockstat.c1447 lsrec_t *newlsp, *oldlsp; in main() local
1449 newlsp = memalign(sizeof (uint64_t), in main()
1451 if (newlsp == NULL) in main()
1453 lsp = newlsp; in main()
1481 ((uintptr_t)lsp - (uintptr_t)newlsp) / LS_TIME; in main()
1485 data_buf = (char *)newlsp; in main()