Home | History | Annotate | Download | only in src

Lines Matching refs:flush_budget_

1252         flush_budget_(100),
1288 int flush_budget() { return flush_budget_; }
1307 void set_flush_budget(int to) { flush_budget_ = to; }
1333 int flush_budget_;