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

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkdebug.c179 uint32_t kds_readlast; member in struct:kd_storage
793 kdsp_actual->kds_readlast = 0;
2775 rcursor = kdsp_actual->kds_readlast;
2824 kdbg_set_timestamp_and_cpu(&lostevent, kdsp_actual->kds_records[kdsp_actual->kds_readlast].timestamp, min_cpu);
2834 *tempbuf = kdsp_actual->kds_records[kdsp_actual->kds_readlast++];
2836 if (kdsp_actual->kds_readlast == EVENTS_PER_STORAGE_UNIT)

Completed in 67 milliseconds