Searched refs:readptr (Results 1 – 3 of 3) sorted by relevance
33 if (readptr >= fillsize) { in read()38 readptr = 0; in read()43 struct ::dirent *d = reinterpret_cast<struct ::dirent *>(buffer + readptr); in read()46 readptr += d->d_reclen; in read()
40 size_t readptr = 0; // The current read pointer. variable57 : fd(fdesc), readptr(0), fillsize(0), in Dir()
1938 uint32_t readptr, writeptr; in malo_rx_proc() local1948 readptr = malo_bar0_read4(sc, sc->malo_hwspecs.rxdesc_read); in malo_rx_proc()1950 if (readptr == writeptr) in malo_rx_proc()1954 for (ntodo = malo_rxquota; ntodo > 0 && readptr != writeptr; ntodo--) { in malo_rx_proc()1978 readptr = le32toh(ds->physnext); in malo_rx_proc()2072 malo_bar0_write4(sc, sc->malo_hwspecs.rxdesc_read, readptr); in malo_rx_proc()