Lines Matching refs:wrl_creditt
86 wrl_creditt wrl_credit; /* [ -wrl_config_writecost, +_dburst ] */
930 static wrl_creditt wrl_config_writecost = WRL_FACTOR;
931 static wrl_creditt wrl_config_rate = WRL_RATE * WRL_FACTOR;
932 static wrl_creditt wrl_config_dburst = WRL_DBURST * WRL_FACTOR;
933 static wrl_creditt wrl_config_gburst = WRL_GBURST * WRL_FACTOR;
934 static wrl_creditt wrl_config_newdoms_dburst =
940 static wrl_creditt wrl_reserve; /* [-wrl_config_newdoms_dburst, +_gburst ] */
956 static void wrl_xfer_credit(wrl_creditt *debit, wrl_creditt debit_floor, in wrl_xfer_credit()
957 wrl_creditt *credit, wrl_creditt credit_ceil) in wrl_xfer_credit()
971 wrl_creditt xfer = MIN( *debit - debit_floor, in wrl_xfer_credit()
1014 wrl_creditt surplus; in wrl_credit_update()