Home
last modified time | relevance | path

Searched refs:SMOOTHING_AMOUNT (Results 1 – 3 of 3) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DRatekeeper.actor.cpp90 …ty) : valid(false), id(id), locality(locality), smoothDurableBytes(SERVER_KNOBS->SMOOTHING_AMOUNT), in StorageQueueInfo()
91 …smoothInputBytes(SERVER_KNOBS->SMOOTHING_AMOUNT), verySmoothDurableBytes(SERVER_KNOBS->SLOW_SMOOTH… in StorageQueueInfo()
92 …smoothDurableVersion(1.), smoothLatestVersion(1.), smoothFreeSpace(SERVER_KNOBS->SMOOTHING_AMOUNT), in StorageQueueInfo()
93 smoothTotalSpace(SERVER_KNOBS->SMOOTHING_AMOUNT) in StorageQueueInfo()
108 …, id(id), smoothDurableBytes(SERVER_KNOBS->SMOOTHING_AMOUNT), smoothInputBytes(SERVER_KNOBS->SMOOT… in TLogQueueInfo()
109 …DurableBytes(SERVER_KNOBS->SLOW_SMOOTHING_AMOUNT), smoothFreeSpace(SERVER_KNOBS->SMOOTHING_AMOUNT), in TLogQueueInfo()
110 smoothTotalSpace(SERVER_KNOBS->SMOOTHING_AMOUNT) { in TLogQueueInfo()
168 …hReleasedTransactions(SERVER_KNOBS->SMOOTHING_AMOUNT), smoothBatchReleasedTransactions(SERVER_KNOB… in RatekeeperData()
H A DKnobs.h293 double SMOOTHING_AMOUNT; variable
H A DKnobs.cpp352 …init( SMOOTHING_AMOUNT, 1.0 ); if( slowRatekeeper ) SMOOTHING… in ServerKnobs()