Searched refs:threshold (Results 1 – 4 of 4) sorted by relevance
238 uint64_t threshold in rxfc_cwm_bump_desired() local247 threshold = rxfc->cur_window_size / 2; in rxfc_cwm_bump_desired()253 return !rxfc->is_fin && window_rem <= threshold; in rxfc_cwm_bump_desired()
55 | <-|- threshold -|----->| |89 - (RX side only) The **threshold**, which is how close we let the RWM91 CWM. The threshold is relative to (i.e., subtracted from) the CWM.94 choose to bump the CWM each time, as we reach or exceed the threshold. The new253 threshold. The window size should be adapted dynamically according to network
175 certain threshold, the so called I<reseed_interval>.
2735 static int script_20_wait(struct helper *h, volatile uint64_t *counter, uint64_t threshold) in script_20_wait() argument2742 stop = (*counter >= threshold); in script_20_wait()
Completed in 20 milliseconds