Home | History | Annotate | Download | only in lib

Lines Matching refs:headxWritePos

92  *   0             activeStartPos      penultima    activeEndPos   headxReadPos              headxWritePos
180 picoos_uint16 headxReadPos, headxWritePos;
270 spho->headxWritePos = 0;
423 writePos = spho->headxWritePos;
451 spho->headxWritePos -= diff;
456 "readPos,WritePos are now [%i,%i[, returning shift amount %i",*from, spho->headxWritePos, diff
959 PICODBG_INFO(("doing state %i, headxReadPos: %d, headxWritePos: %d",
960 spho->procState, spho->headxReadPos, spho->headxWritePos));
991 remHeadxSize = spho->headxBufSize - spho->headxWritePos;
993 curPos = spho->headxWritePos;
995 PICODBG_DEBUG(("COLLECT getting item at headxWritePos %i (remaining %i)",spho->headxWritePos, remHeadxSize));
999 PICODATA_MAX_ITEMSIZE, &(spho->headx[spho->headxWritePos].head),
1002 spho->headx[spho->headxWritePos].cind = spho->cbufWritePos;
1003 spho->headx[spho->headxWritePos].boundstrength = 0;
1004 spho->headxWritePos++;
1024 if (curPos < spho->headxWritePos) { /* we did get some new items */
1026 spho->headxWritePos - curPos));
1063 if (spho->headxReadPos >= spho->headxWritePos) {