Searched refs:bytes_canread (Results 1 – 1 of 1) sorted by relevance
1248 uint32_t bytes_canread = 0; in hvsock_canread_check() local1266 bytes_canread = vmbus_chan_read_available(pcb->chan); in hvsock_canread_check()1270 __func__, bytes_canread, advance); in hvsock_canread_check()1272 if (pcb->rb_init && bytes_canread == (advance + sizeof(uint64_t))) { in hvsock_canread_check()1288 bytes_canread = vmbus_chan_read_available(pcb->chan); in hvsock_canread_check()1293 __func__, advance, bytes_canread); in hvsock_canread_check()1295 if (bytes_canread == 0) in hvsock_canread_check()1302 if (bytes_canread < in hvsock_canread_check()