Searched refs:consndx (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | cyclic.c | 1125 int soft, *buf, consndx, resized = 0, intr_resized = 0; local 1141 consndx = pc->cypc_consndx; 1146 while (consndx != pc->cypc_prodndx) { 1148 int consmasked = consndx & sizemask; 1154 CYC_TRACE(cpu, level, "consuming", consndx, cyclic); 1265 pc->cypc_consndx = ++consndx; 1291 CYC_TRACE1(cpu, level, "resize-int-int", consndx);
|
Completed in 60 milliseconds