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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c733 uint32_t bindx; local
844 bindx = kdsp_actual->kds_bufindx;
848 if (kdsp_actual == NULL || bindx >= EVENTS_PER_STORAGE_UNIT) {
860 if ( !OSCompareAndSwap(bindx, bindx + 1, &kdsp_actual->kds_bufindx))
863 kd = &kdsp_actual->kds_records[bindx];

Completed in 81 milliseconds