Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uint64mod (0.11 sec)

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

    	return func(time.Time) {
    		ust.callK(k)
    	}
    }
    
    func (ust *uniformScenarioThread) callK(k int) {
    	if k >= ust.nCalls {
    		return
    	}
    	maxWidth := float64(uint64max(ust.uc.initialSeats, ust.uc.finalSeats))
    	ust.uss.seatDemandIntegratorCheck.Add(maxWidth)
    	returnSeatDemand := func(time.Time) { ust.uss.seatDemandIntegratorCheck.Add(-maxWidth) }
    	ctx := context.Background()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
Back to top