Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:freerun
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
writeback.h
658
unsigned long
freerun
= (thresh + bg_thresh) / 2;
663
freerun
) / 2;
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
writeback.h
659
unsigned long
freerun
= (thresh + bg_thresh) / 2;
664
freerun
) / 2;
/kernel/linux/linux-5.10/mm/
H
A
D
page-writeback.c
816
* (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
D
page-writeback.c
902
* (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
D
coex.c
897
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
D
main.h
1519
bool
freerun
;
member
H
A
D
rtw8822c.c
2999
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
D
coex.c
726
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
D
main.h
1379
bool
freerun
;
member
H
A
D
rtw8822c.c
2192
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
D
coex.c
2192
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
D
core.h
2423
u32
freerun
: 1;
member
Completed in 66 milliseconds