Searched refs:freerun (Results 1 – 5 of 5) sorted by relevance
964 * (1) f(freerun) = 2.0 => rampup dirty_ratelimit reasonably fast1027 * freerun^ setpoint^ limit^ dirty pages1067 unsigned long freerun = dirty_freerun_ceiling(dtc->thresh, dtc->bg_thresh); in wb_position_ratio() local 1087 setpoint = (freerun + limit) / 2; in wb_position_ratio() 1094 * against wb limits. Even if global "nr_dirty" is under "freerun". in wb_position_ratio() 1110 * much earlier than global "freerun" is reached (~23MB vs. ~2.3GB in wb_position_ratio() 1144 * (when globally we are at freerun and wb is well below wb in wb_position_ratio() 1336 unsigned long freerun = dirty_freerun_ceiling(dtc->thresh, dtc->bg_thresh); in wb_update_dirty_ratelimit() local 1338 unsigned long setpoint = (freerun + limit) / 2; in wb_update_dirty_ratelimit() 1741 dtc->freerun in domain_dirty_freerun() [all...]
327 bool freerun; member
687 unsigned long freerun = (dtc->thresh + dtc->bg_thresh) / 2;691 __entry->setpoint = (dtc->limit + freerun) / 2;
922 if (coex->freerun && coex_stat->cnt_wl[COEX_CNT_WL_SCANAP] <= 5) in rtw_coex_set_rf_para() 1595 coex->freerun = true; in rtw_coex_action_freerun() 2597 coex->freerun = false; in rtw_coex_run_coex() 2651 if (coex_stat->wl_linkscan_proc && !coex->freerun) { in rtw_coex_run_coex() 4117 coex->freerun ? "Yes" : "No", in rtw_coex_display_coex_info()
2962 if ((coex_stat->kt_ver == 0 && coex->under_5g) || coex->freerun) in rtw8822c_coex_cfg_gnt_fix()