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:congestion_kb
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
super.h
84
unsigned int
congestion_kb
; /* max writeback in flight */
member
886
int
congestion_kb
;
in default_congestion_kb()
local
906
congestion_kb
= (16*int_sqrt(totalram_pages())) << (PAGE_SHIFT-10);
in default_congestion_kb()
907
if (
congestion_kb
> 256*1024)
in default_congestion_kb()
908
congestion_kb
= 256*1024;
in default_congestion_kb()
910
return
congestion_kb
;
in default_congestion_kb()
H
A
D
addr.c
59
#define CONGESTION_ON_THRESH(
congestion_kb
) (
congestion_kb
>> (PAGE_SHIFT-10))
60
#define CONGESTION_OFF_THRESH(
congestion_kb
) \
61
(CONGESTION_ON_THRESH(
congestion_kb
) - \
62
(CONGESTION_ON_THRESH(
congestion_kb
) >> 2))
638
CONGESTION_ON_THRESH(fsc->mount_options->
congestion_kb
))
in writepage_nounlock()
697
CONGESTION_OFF_THRESH(fsc->mount_options->
congestion_kb
))
in writepage_nounlock()
779
fsc->mount_options->
congestion_kb
))
in writepages_finish()
1024
fsc->mount_options->
congestion_kb
)) {
in ceph_writepages_start()
H
A
D
debugfs.c
321
fsc->mount_options->
congestion_kb
= (int)val;
in congestion_kb_set()
329
*val = (u64)fsc->mount_options->
congestion_kb
;
in congestion_kb_get()
H
A
D
super.c
369
fsopt->
congestion_kb
= result.uint_32;
in ceph_parse_mount_param()
590
if (fsopt->
congestion_kb
!= default_congestion_kb())
in ceph_show_options()
591
seq_printf(m, ",write_congestion_kb=%u", fsopt->
congestion_kb
);
in ceph_show_options()
1199
fsopt->
congestion_kb
= default_congestion_kb();
in ceph_init_fs_context()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
super.h
85
unsigned int
congestion_kb
; /* max writeback in flight */
member
947
int
congestion_kb
;
in default_congestion_kb()
local
967
congestion_kb
= (16*int_sqrt(totalram_pages())) << (PAGE_SHIFT-10);
in default_congestion_kb()
968
if (
congestion_kb
> 256*1024)
in default_congestion_kb()
969
congestion_kb
= 256*1024;
in default_congestion_kb()
971
return
congestion_kb
;
in default_congestion_kb()
H
A
D
addr.c
61
#define CONGESTION_ON_THRESH(
congestion_kb
) (
congestion_kb
>> (PAGE_SHIFT-10))
62
#define CONGESTION_OFF_THRESH(
congestion_kb
) \
63
(CONGESTION_ON_THRESH(
congestion_kb
) - \
64
(CONGESTION_ON_THRESH(
congestion_kb
) >> 2))
712
CONGESTION_ON_THRESH(fsc->mount_options->
congestion_kb
))
in writepage_nounlock()
792
CONGESTION_OFF_THRESH(fsc->mount_options->
congestion_kb
))
in writepage_nounlock()
888
fsc->mount_options->
congestion_kb
))
in writepages_finish()
1151
fsc->mount_options->
congestion_kb
))
in ceph_writepages_start()
H
A
D
debugfs.c
383
fsc->mount_options->
congestion_kb
= (int)val;
in congestion_kb_set()
391
*val = (u64)fsc->mount_options->
congestion_kb
;
in congestion_kb_get()
H
A
D
super.c
491
fsopt->
congestion_kb
= result.uint_32;
in ceph_parse_mount_param()
757
if (fsopt->
congestion_kb
!= default_congestion_kb())
in ceph_show_options()
758
seq_printf(m, ",write_congestion_kb=%u", fsopt->
congestion_kb
);
in ceph_show_options()
1448
fsopt->
congestion_kb
= default_congestion_kb();
in ceph_init_fs_context()
Completed in 16 milliseconds