Searched refs:unread (Results 1 – 7 of 7) sorted by relevance
118 mailbox. This lets programs correctly judge whether there is unread
3917 size_t read, unread, size; in read_ramblock_mapped_ram() local3925 unread = TARGET_PAGE_SIZE * (clear_bit_idx - set_bit_idx); in read_ramblock_mapped_ram()3928 while (unread > 0) { in read_ramblock_mapped_ram()3936 size = MIN(unread, MAPPED_RAM_LOAD_BUF_SIZE); in read_ramblock_mapped_ram()3950 unread -= read; in read_ramblock_mapped_ram()
1384 int unread = MOD2(s->RxBufferSize + s->RxBufAddr - s->RxBufPtr, s->RxBufferSize); in rtl8139_RxBufferEmpty() local1386 if (unread != 0) in rtl8139_RxBufferEmpty()1388 DPRINTF("receiver buffer data available 0x%04x\n", unread); in rtl8139_RxBufferEmpty()
79 …only used if the rest of the buffer is going to overflow and there is no unread UE log already in …
357 most one packet, and any unread portion of a packet will be discarded.
1684 The number of bytes read. NB. There may be more unread data in a
485 This counter means the application has unread data in the TCP layer when