Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hv/
H A Dring_buffer.c492 u32 curr_write_sz, pending_sz, bytes_read, start_read_index; in hv_pkt_iter_close() local
527 pending_sz = READ_ONCE(rbi->ring_buffer->pending_send_sz); in hv_pkt_iter_close()
528 if (!pending_sz) in hv_pkt_iter_close()
559 if (curr_write_sz - bytes_read > pending_sz) in hv_pkt_iter_close()
566 if (curr_write_sz <= pending_sz) in hv_pkt_iter_close()
/kernel/linux/linux-6.6/drivers/hv/
H A Dring_buffer.c574 u32 curr_write_sz, pending_sz, bytes_read, start_read_index; in hv_pkt_iter_close() local
609 pending_sz = READ_ONCE(rbi->ring_buffer->pending_send_sz); in hv_pkt_iter_close()
610 if (!pending_sz) in hv_pkt_iter_close()
641 if (curr_write_sz - bytes_read > pending_sz) in hv_pkt_iter_close()
648 if (curr_write_sz <= pending_sz) in hv_pkt_iter_close()

Completed in 3 milliseconds