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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c141 uint32_t kds_readlast; member in struct:kd_storage
692 kdsp_actual->kds_readlast = 0;
2216 rcursor = kdsp_actual->kds_readlast;
2257 kdbg_set_timestamp_and_cpu(&lostevent, kdsp_actual->kds_records[kdsp_actual->kds_readlast].timestamp, min_cpu);
2267 *tempbuf = kdsp_actual->kds_records[kdsp_actual->kds_readlast++];
2269 if (kdsp_actual->kds_readlast == EVENTS_PER_STORAGE_UNIT)

Completed in 21 milliseconds