Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dflowcontrol.go146 type inFlow struct { struct
147 mu sync.Mutex
149 limit uint32
152 pendingData uint32
155 pendingUpdate uint32
158 delta uint32
163 func (f *inFlow) newLimit(n uint32) uint32 {
171 func (f *inFlow) maybeAdjust(n uint32) uint32 {
204 func (f *inFlow) onData(n uint32) error {
219 func (f *inFlow) onRead(n uint32) uint32 {