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_g_ex
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.c
149
*
ac_g_ex
. Each group is first checked based on the criteria whether it
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()
1759
struct ext4_free_extent *gex = &ac->
ac_g_ex
;
in ext4_mb_check_limits()
1808
struct ext4_free_extent *gex = &ac->
ac_g_ex
;
in ext4_mb_measure_extent()
1898
ext4_group_t group = ac->
ac_g_ex
.fe_group;
in ext4_mb_find_by_goal()
1920
max = mb_find_extent(e4b, ac->
ac_g_ex
.fe_start,
in ext4_mb_find_by_goal()
1921
ac->
ac_g_ex
.fe_len, &ex);
in ext4_mb_find_by_goal()
1924
if (max >= ac->
ac_g_ex
.fe_len && ac->
ac_g_ex
in ext4_mb_find_by_goal()
[all...]
H
A
D
mballoc.h
156
struct ext4_free_extent
ac_g_ex
;
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.c
203
*
ac_g_ex
. Each group is first checked based on the criteria whether it
958
for (i = mb_avg_fragment_size_order(ac->ac_sb, ac->
ac_g_ex
.fe_len);
in ext4_mb_choose_next_group_goal_fast()
1010
order = fls(ac->
ac_g_ex
.fe_len) - 1;
in ext4_mb_choose_next_group_best_avail()
1039
ac->
ac_g_ex
.fe_len = 1 << i;
in ext4_mb_choose_next_group_best_avail()
1047
ac->
ac_g_ex
.fe_len = roundup(ac->
ac_g_ex
.fe_len,
in ext4_mb_choose_next_group_best_avail()
1052
ac->
ac_g_ex
.fe_len);
in ext4_mb_choose_next_group_best_avail()
1063
ac->
ac_g_ex
.fe_len = ac->ac_orig_goal_len;
in ext4_mb_choose_next_group_best_avail()
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
in ext4_mb_use_best_found()
[all...]
H
A
D
mballoc.h
181
struct ext4_free_extent
ac_g_ex
;
member
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
ext4.h
1061
__entry->goal_logical = ac->
ac_g_ex
.fe_logical;
1062
__entry->goal_start = ac->
ac_g_ex
.fe_start;
1063
__entry->goal_group = ac->
ac_g_ex
.fe_group;
1064
__entry->goal_len = ac->
ac_g_ex
.fe_len;
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
ext4.h
1063
__entry->goal_logical = ac->
ac_g_ex
.fe_logical;
1064
__entry->goal_start = ac->
ac_g_ex
.fe_start;
1065
__entry->goal_group = ac->
ac_g_ex
.fe_group;
1066
__entry->goal_len = ac->
ac_g_ex
.fe_len;
Completed in 14 milliseconds