Searched refs:wrl_credit (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_domain.c | 812 domain->wrl_credit = 0; in wrl_domain_new() 817 &domain->wrl_credit, wrl_config_dburst); in wrl_domain_new() 828 wrl_xfer_credit(&domain->wrl_credit, 0, in wrl_domain_destroy() 861 domain->wrl_credit = MIN( (int64_t)domain->wrl_credit + denom / num, in wrl_credit_update() 867 &domain->wrl_credit, 0); in wrl_credit_update() 883 (long)domain->wrl_credit, (long)wrl_reserve, in wrl_credit_update() 896 if (domain->wrl_credit >= 0) in wrl_check_timeout() 918 (long)domain->wrl_credit, (long)wrl_reserve, in wrl_check_timeout() 936 domain->wrl_credit -= wrl_config_writecost; in wrl_apply_debit_actual() 939 (long)domain->wrl_credit, (long)wrl_reserve); in wrl_apply_debit_actual() [all …]
|
Completed in 3 milliseconds