Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newNextDispatchR (0.21 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go

    		queue.nextDispatchR -= rDecrement
    		if queue.nextDispatchR > oldNextDispatchR {
    			klog.ErrorS(errors.New("queue::nextDispatchR underflow"), "Underflow", "QS", qs.qCfg.Name, "queue", qIdx, "oldNextDispatchR", oldNextDispatchR, "newNextDispatchR", queue.nextDispatchR, "incrR", incrR)
    			success = false
    		}
    		queue.requestsWaiting.Walk(func(req *request) bool {
    			oldArrivalR := req.arrivalR
    			req.arrivalR -= rDecrement
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 04 16:59:21 UTC 2024
    - 42.4K bytes
    - Viewed (0)
Back to top