Home
last modified time | relevance | path

Searched refs:pending_sz (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/hv/
Dring_buffer.c468 u32 curr_write_sz, pending_sz, bytes_read, start_read_index; in hv_pkt_iter_close() local
503 pending_sz = READ_ONCE(rbi->ring_buffer->pending_send_sz); in hv_pkt_iter_close()
504 if (!pending_sz) in hv_pkt_iter_close()
535 if (curr_write_sz - bytes_read > pending_sz) in hv_pkt_iter_close()
542 if (curr_write_sz <= pending_sz) in hv_pkt_iter_close()