Searched refs:top_ztrace (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.c602 extern struct ztrace* top_ztrace;
605 * top_ztrace and panic_include_ztrace comes from osfmk/kern/zalloc.c
614 if(ml_nofault_copy((vm_offset_t)top_ztrace, (vm_offset_t)&top_ztrace_copy, sizeof(struct ztrace)) == sizeof(struct ztrace)) {
624 kdb_printf("\nCan't access top_ztrace...\n");
H A Dzalloc.c624 struct ztrace* top_ztrace; variable in typeref:struct:ztrace
626 /* Lock to protect zallocations, ztraces, and top_ztrace from concurrent modification. */
760 * Initialize the top_ztrace to the first entry in ztraces,
763 top_ztrace = &ztraces[0];
901 if (top_ztrace->zt_size < trace->zt_size)
902 top_ztrace = trace;

Completed in 27 milliseconds