Home
last modified time | relevance | path

Searched refs:freerun (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
H A Dwriteback.h658 unsigned long freerun = (thresh + bg_thresh) / 2;
663 freerun) / 2;
/kernel/linux/linux-6.6/include/trace/events/
H A Dwriteback.h659 unsigned long freerun = (thresh + bg_thresh) / 2;
664 freerun) / 2;
/kernel/linux/linux-5.10/mm/
H A Dpage-writeback.c816 * (1) f(freerun) = 2.0 => rampup dirty_ratelimit reasonably fast
879 * freerun^ setpoint^ limit^ dirty pages
919 unsigned long freerun = dirty_freerun_ceiling(dtc->thresh, dtc->bg_thresh); in wb_position_ratio() local
939 setpoint = (freerun + limit) / 2; in wb_position_ratio()
946 * against wb limits. Even if global "nr_dirty" is under "freerun". in wb_position_ratio()
964 * much earlier than global "freerun" is reached (~23MB vs. ~2.3GB in wb_position_ratio()
1004 * (when globally we are at freerun and wb is well below wb in wb_position_ratio()
1204 unsigned long freerun = dirty_freerun_ceiling(dtc->thresh, dtc->bg_thresh); in wb_update_dirty_ratelimit() local
1206 unsigned long setpoint = (freerun + limit) / 2; in wb_update_dirty_ratelimit()
1655 * both global and memcg freerun ceiling in balance_dirty_pages()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dpage-writeback.c902 * (1) f(freerun) = 2.0 => rampup dirty_ratelimit reasonably fast
965 * freerun^ setpoint^ limit^ dirty pages
1005 unsigned long freerun = dirty_freerun_ceiling(dtc->thresh, dtc->bg_thresh); in wb_position_ratio() local
1025 setpoint = (freerun + limit) / 2; in wb_position_ratio()
1032 * against wb limits. Even if global "nr_dirty" is under "freerun". in wb_position_ratio()
1050 * much earlier than global "freerun" is reached (~23MB vs. ~2.3GB in wb_position_ratio()
1090 * (when globally we are at freerun and wb is well below wb in wb_position_ratio()
1290 unsigned long freerun = dirty_freerun_ceiling(dtc->thresh, dtc->bg_thresh); in wb_update_dirty_ratelimit() local
1292 unsigned long setpoint = (freerun + limit) / 2; in wb_update_dirty_ratelimit()
1766 * both global and memcg freerun ceiling in balance_dirty_pages()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c897 if (coex->freerun && coex_stat->cnt_wl[COEX_CNT_WL_SCANAP] <= 5) in rtw_coex_set_rf_para()
1564 coex->freerun = true; in rtw_coex_action_freerun()
2577 coex->freerun = false; in rtw_coex_run_coex()
2631 if (coex_stat->wl_linkscan_proc && !coex->freerun) { in rtw_coex_run_coex()
4087 coex->freerun ? "Yes" : "No", in rtw_coex_display_coex_info()
H A Dmain.h1519 bool freerun; member
H A Drtw8822c.c2999 if ((coex_stat->kt_ver == 0 && coex->under_5g) || coex->freerun) in rtw8822c_coex_cfg_gnt_fix()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c726 if (coex->freerun && coex_stat->wl_noisy_level <= 1) in rtw_coex_set_rf_para()
1188 coex->freerun = true; in rtw_coex_action_freerun()
1970 coex->freerun = false; in rtw_coex_run_coex()
H A Dmain.h1379 bool freerun; member
H A Drtw8822c.c2192 if ((coex_stat->kt_ver == 0 && coex->under_5g) || coex->freerun) in rtw8822c_coex_cfg_gnt_fix()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c2192 if (!dm->freerun) { in _set_rf_trx_para()
2437 if (!wl->status.map.busy) {/* wl idle -> freerun */ in _check_freerun()
3409 btc->dm.freerun = true; in _action_freerun()
3944 if (btc->dm.freerun || btc->ctrl.igno_bt || b->profile_cnt.now == 0 || in _set_wl_tx_limit()
5165 dm->freerun = false; in _run_coex()
6791 dm->freerun, btc->lps, dm->wl_mimo_ps); in _show_dm_info()
H A Dcore.h2423 u32 freerun: 1; member

Completed in 66 milliseconds