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

/linux-master/drivers/hv/
H A Dring_buffer.c563 * 2. Read the pending_send_sz
587 * implement pending_send_sz and simply poll if the host->guest
595 * If reading pending_send_sz were to be reordered and happen
597 * host were to set the pending_send_sz after we have sampled
598 * pending_send_sz, and the ring buffer blocks before we commit the
605 * If the pending_send_sz is zero, then the ring buffer is not
609 pending_sz = READ_ONCE(rbi->ring_buffer->pending_send_sz);
615 * happens after the read of pending_send_sz.
627 * chance to clear the pending_send_sz. The 2nd invocation would
/linux-master/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 in struct:hv_ring_buffer
1141 c->outbound.ring_buffer->pending_send_sz = size;

Completed in 200 milliseconds