Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lockstat/
H A Dlockstat.c1019 lsrec_t *lsp, **current, **first, **sort_buf, **merge_buf; in main() local
1488 if ((sort_buf = calloc(2 * (g_nrecs + 1), in main()
1491 merge_buf = sort_buf + (g_nrecs + 1); in main()
1502 sort_buf[i] = lsp; in main()
1511 sort_buf[i] = lsp; in main()
1515 report_trace(out, sort_buf); in main()
1524 mergesort(lockcmp, sort_buf, merge_buf, g_nrecs_used); in main()
1525 coalesce(lockcmp, sort_buf, g_nrecs_used); in main()
1535 lsp = sort_buf[i]; in main()
1544 mergesort(lockcmp, sort_buf, merge_buf, g_nrecs_used); in main()
[all …]