Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dring_buffer.c564 * 2. Read the pending_send_sz
588 * implement pending_send_sz and simply poll if the host->guest in hv_pkt_iter_close()
596 * If reading pending_send_sz were to be reordered and happen in hv_pkt_iter_close()
598 * host were to set the pending_send_sz after we have sampled in hv_pkt_iter_close()
599 * pending_send_sz, and the ring buffer blocks before we commit the in hv_pkt_iter_close()
606 * If the pending_send_sz is zero, then the ring buffer is not in hv_pkt_iter_close()
610 pending_sz = READ_ONCE(rbi->ring_buffer->pending_send_sz); in hv_pkt_iter_close()
616 * happens after the read of pending_send_sz. in hv_pkt_iter_close()
628 * chance to clear the pending_send_sz. The 2nd invocation would in hv_pkt_iter_close()
/linux/include/linux/
H A Dhyperv.h132 * 1) It will set the pending_send_sz field in the guest->host ring
134 * 2) It will read the pending_send_sz field in the host->guest
139 * 1) It will set the pending_send_sz field in the host->guest ring
141 * 2) It will read the pending_send_sz field in the guest->host
148 u32 pending_send_sz; member
1084 c->outbound.ring_buffer->pending_send_sz = size; in set_channel_pending_send_size()