Searched refs:sort_buf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
| H A D | lockstat.c | 1117 lsrec_t *lsp, **current, **first, **sort_buf, **merge_buf; in main() local 1608 if ((sort_buf = calloc(2 * (g_nrecs + 1), in main() 1611 merge_buf = sort_buf + (g_nrecs + 1); in main() 1622 sort_buf[i] = lsp; in main() 1631 sort_buf[i] = lsp; in main() 1635 report_trace(out, sort_buf); in main() 1644 mergesort(lockcmp, sort_buf, merge_buf, g_nrecs_used); in main() 1645 coalesce(lockcmp, sort_buf, g_nrecs_used); in main() 1655 lsp = sort_buf[i]; in main() 1666 mergesort(lockcmp, sort_buf, merge_buf, g_nrecs_used); in main() [all …]
|