Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dflowcontrol.go54 type writeQuota struct { struct
55 quota int32
58 ch chan struct{}
60 done <-chan struct{}
64 replenish func(n int)
77 func (w *writeQuota) get(sz int32) error {
92 func (w *writeQuota) realReplenish(n int) {