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:reada_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
stree.c
626
int
reada_count
= 0;
in search_by_key()
local
681
if (!buffer_uptodate(bh) &&
reada_count
> 1)
in search_by_key()
683
reada_blocks,
reada_count
);
in search_by_key()
701
reada_count
= 0;
in search_by_key()
814
while (
reada_count
< SEARCH_BY_KEY_READA) {
in search_by_key()
817
reada_blocks[
reada_count
++] =
in search_by_key()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
stree.c
626
int
reada_count
= 0;
in search_by_key()
local
681
if (!buffer_uptodate(bh) &&
reada_count
> 1)
in search_by_key()
683
reada_blocks,
reada_count
);
in search_by_key()
701
reada_count
= 0;
in search_by_key()
814
while (
reada_count
< SEARCH_BY_KEY_READA) {
in search_by_key()
817
reada_blocks[
reada_count
++] =
in search_by_key()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
extent-tree.c
4751
int
reada_count
;
member
4776
wc->
reada_count
= wc->
reada_count
* 2 / 3;
in reada_walk_down()
4777
wc->
reada_count
= max(wc->
reada_count
, 2);
in reada_walk_down()
4779
wc->
reada_count
= wc->
reada_count
* 3 / 2;
in reada_walk_down()
4780
wc->
reada_count
= min_t(int, wc->
reada_count
,
in reada_walk_down()
4788
if (nread >= wc->
reada_count
)
in reada_walk_down()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
extent-tree.c
5029
int
reada_count
;
member
5054
wc->
reada_count
= wc->
reada_count
* 2 / 3;
in reada_walk_down()
5055
wc->
reada_count
= max(wc->
reada_count
, 2);
in reada_walk_down()
5057
wc->
reada_count
= wc->
reada_count
* 3 / 2;
in reada_walk_down()
5058
wc->
reada_count
= min_t(int, wc->
reada_count
,
in reada_walk_down()
5066
if (nread >= wc->
reada_count
)
in reada_walk_down()
[all...]
Completed in 21 milliseconds