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

  /external/syzkaller/vendor/google.golang.org/grpc/transport/
flowcontrol.go 171 func (f *inFlow) maybeAdjust(n uint32) uint32 {
http2_server.go 505 if w := s.fc.maybeAdjust(n); w > 0 {
    [all...]
http2_client.go 795 if w := s.fc.maybeAdjust(n); w > 0 {
    [all...]

Completed in 531 milliseconds