Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dflowcontrol.go54 type writeQuota struct { struct
67 func newWriteQuota(sz int32, done <-chan struct{}) *writeQuota {
68 w := &writeQuota{
77 func (w *writeQuota) get(sz int32) error { argument
92 func (w *writeQuota) realReplenish(n int) { argument
Dcontrolbuf.go90 wq *writeQuota
100 wq *writeQuota // write quota for the stream created.
176 wq *writeQuota
Dtransport.go180 wq *writeQuota