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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c174 uint32_t kds_bufindx; member in struct:kd_storage
683 if (kdsp_actual->kds_bufindx < EVENTS_PER_STORAGE_UNIT)
759 kdsp_actual->kds_bufindx = 0;
885 bindx = kdsp_actual->kds_bufindx;
899 if ( !OSCompareAndSwap(bindx, bindx + 1, &kdsp_actual->kds_bufindx))
1070 bindx = kdsp_actual->kds_bufindx;
1086 if ( !OSCompareAndSwap(bindx, bindx + 1, &kdsp_actual->kds_bufindx))
2681 if (rcursor == kdsp_actual->kds_bufindx)

Completed in 131 milliseconds