HomeSort by relevance Sort by last modified time
    Searched refs:newWriteQuota (Results 1 - 3 of 3) sorted by null

  /external/syzkaller/vendor/google.golang.org/grpc/transport/
flowcontrol.go 67 func newWriteQuota(sz int32, done <-chan struct{}) *writeQuota {
http2_server.go 408 s.wq = newWriteQuota(defaultWriteQuota, s.ctxDone)
    [all...]
http2_client.go 327 s.wq = newWriteQuota(defaultWriteQuota, s.done)
    [all...]

Completed in 152 milliseconds