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:ac_b_ex
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.c
1710
BUG_ON(ac->
ac_b_ex
.fe_group != e4b->bd_group);
in ext4_mb_use_best_found()
1713
ac->
ac_b_ex
.fe_len = min(ac->
ac_b_ex
.fe_len, ac->ac_g_ex.fe_len);
in ext4_mb_use_best_found()
1714
ac->
ac_b_ex
.fe_logical = ac->ac_g_ex.fe_logical;
in ext4_mb_use_best_found()
1715
ret = mb_mark_used(e4b, &ac->
ac_b_ex
);
in ext4_mb_use_best_found()
1717
/* preallocation can change
ac_b_ex
, thus we store actually
in ext4_mb_use_best_found()
1719
ac->ac_f_ex = ac->
ac_b_ex
;
in ext4_mb_use_best_found()
1748
if (ac->ac_o_ex.fe_len < ac->
ac_b_ex
.fe_len)
in ext4_mb_use_best_found()
1758
struct ext4_free_extent *bex = &ac->
ac_b_ex
;
in ext4_mb_check_limits()
1807
struct ext4_free_extent *bex = &ac->
ac_b_ex
;
in ext4_mb_measure_extent()
[all...]
H
A
D
mballoc.h
159
struct ext4_free_extent
ac_b_ex
;
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.c
2136
BUG_ON(ac->
ac_b_ex
.fe_group != e4b->bd_group);
in ext4_mb_use_best_found()
2139
ac->
ac_b_ex
.fe_len = min(ac->
ac_b_ex
.fe_len, ac->ac_g_ex.fe_len);
in ext4_mb_use_best_found()
2140
ac->
ac_b_ex
.fe_logical = ac->ac_g_ex.fe_logical;
in ext4_mb_use_best_found()
2141
ret = mb_mark_used(e4b, &ac->
ac_b_ex
);
in ext4_mb_use_best_found()
2143
/* preallocation can change
ac_b_ex
, thus we store actually
in ext4_mb_use_best_found()
2145
ac->ac_f_ex = ac->
ac_b_ex
;
in ext4_mb_use_best_found()
2174
if (ac->ac_o_ex.fe_len < ac->
ac_b_ex
.fe_len)
in ext4_mb_use_best_found()
2184
struct ext4_free_extent *bex = &ac->
ac_b_ex
;
in ext4_mb_check_limits()
2236
struct ext4_free_extent *bex = &ac->
ac_b_ex
;
in ext4_mb_measure_extent()
[all...]
H
A
D
mballoc.h
184
struct ext4_free_extent
ac_b_ex
;
member
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
ext4.h
1118
__entry->result_logical = ac->
ac_b_ex
.fe_logical;
1119
__entry->result_start = ac->
ac_b_ex
.fe_start;
1120
__entry->result_group = ac->
ac_b_ex
.fe_group;
1121
__entry->result_len = ac->
ac_b_ex
.fe_len;
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
ext4.h
1120
__entry->result_logical = ac->
ac_b_ex
.fe_logical;
1121
__entry->result_start = ac->
ac_b_ex
.fe_start;
1122
__entry->result_group = ac->
ac_b_ex
.fe_group;
1123
__entry->result_len = ac->
ac_b_ex
.fe_len;
Completed in 14 milliseconds