Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1018 lsrec_t *lsp, **current, **first, **sort_buf, **merge_buf; in main() local
1487 if ((sort_buf = calloc(2 * (g_nrecs + 1), in main()
1490 merge_buf = sort_buf + (g_nrecs + 1); in main()
1501 sort_buf[i] = lsp; in main()
1510 sort_buf[i] = lsp; in main()
1514 report_trace(out, sort_buf); in main()
1523 mergesort(lockcmp, sort_buf, merge_buf, g_nrecs_used); in main()
1524 coalesce(lockcmp, sort_buf, g_nrecs_used); in main()
1534 lsp = sort_buf[i]; in main()
1543 mergesort(lockcmp, sort_buf, merge_buf, g_nrecs_used); in main()
[all …]