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:ra_max
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
dir.c
680
int
ra_max
= 0; /* Number of bh's in the readahead
in ocfs2_find_entry_el()
local
700
if (ra_ptr >=
ra_max
) {
in ocfs2_find_entry_el()
704
for (
ra_max
= 0;
ra_max
< NAMEI_RA_SIZE;
ra_max
++) {
in ocfs2_find_entry_el()
711
bh_use[
ra_max
] = NULL;
in ocfs2_find_entry_el()
719
bh_use[
ra_max
] = bh;
in ocfs2_find_entry_el()
764
for (; ra_ptr <
ra_max
; ra_ptr++)
in ocfs2_find_entry_el()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
dir.c
672
int
ra_max
= 0; /* Number of bh's in the readahead
in ocfs2_find_entry_el()
local
692
if (ra_ptr >=
ra_max
) {
in ocfs2_find_entry_el()
696
for (
ra_max
= 0;
ra_max
< NAMEI_RA_SIZE;
ra_max
++) {
in ocfs2_find_entry_el()
703
bh_use[
ra_max
] = NULL;
in ocfs2_find_entry_el()
711
bh_use[
ra_max
] = bh;
in ocfs2_find_entry_el()
756
for (; ra_ptr <
ra_max
; ra_ptr++)
in ocfs2_find_entry_el()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
namei.c
1503
size_t
ra_max
= 0; /* Number of bh's in the readahead
in __ext4_find_entry()
local
1564
if (ra_ptr >=
ra_max
) {
in __ext4_find_entry()
1568
ra_max
= start - block;
in __ext4_find_entry()
1570
ra_max
= nblocks - block;
in __ext4_find_entry()
1571
ra_max
= min(
ra_max
, ARRAY_SIZE(bh_use));
in __ext4_find_entry()
1572
retval = ext4_bread_batch(dir, block,
ra_max
,
in __ext4_find_entry()
1576
ra_max
= 0;
in __ext4_find_entry()
1632
for (; ra_ptr <
ra_max
; ra_ptr++)
in __ext4_find_entry()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
namei.c
1601
size_t
ra_max
= 0; /* Number of bh's in the readahead
in __ext4_find_entry()
local
1662
if (ra_ptr >=
ra_max
) {
in __ext4_find_entry()
1666
ra_max
= start - block;
in __ext4_find_entry()
1668
ra_max
= nblocks - block;
in __ext4_find_entry()
1669
ra_max
= min(
ra_max
, ARRAY_SIZE(bh_use));
in __ext4_find_entry()
1670
retval = ext4_bread_batch(dir, block,
ra_max
,
in __ext4_find_entry()
1674
ra_max
= 0;
in __ext4_find_entry()
1730
for (; ra_ptr <
ra_max
; ra_ptr++)
in __ext4_find_entry()
Completed in 21 milliseconds