Lines Matching refs:i_cnt
358 (wp->i_event != NULL && wp->i_cnt == 0 && nitems <= wp->i_nelem)) {
359 if (wp->i_cnt != 0)
370 total = wp->i_cnt + wp->i_next + nitems + TERM_PUSH_SHIFT;
373 if (wp->i_cnt)
375 wp->i_event + wp->i_next, wp->i_cnt);
379 copy: wp->i_cnt += nitems;
409 nevents > wp->i_nelem - (wp->i_next + wp->i_cnt))
411 evp = wp->i_event + wp->i_next + wp->i_cnt;
412 wp->i_cnt += nevents;
429 if ((wp->i_cnt -= len) == 0) \
544 if (wp->i_cnt != 0 && LF_ISSET(EC_TIMEOUT))
551 if (wp->i_cnt == 0 || LF_ISSET(EC_INTERRUPT | EC_TIMEOUT)) {
630 qp = seq_find(sp, NULL, evp, NULL, wp->i_cnt,
812 for (rval = 0, wp = sp->wp; wp->i_cnt != 0 &&