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:s_bal_cX_failed
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.c
2473
atomic64_inc(&sbi->
s_bal_cX_failed
[cr]);
in ext4_mb_regular_allocator()
2628
atomic64_read(&sbi->
s_bal_cX_failed
[0]));
in ext4_seq_mb_stats_show()
2635
atomic64_read(&sbi->
s_bal_cX_failed
[1]));
in ext4_seq_mb_stats_show()
2642
atomic64_read(&sbi->
s_bal_cX_failed
[2]));
in ext4_seq_mb_stats_show()
2649
atomic64_read(&sbi->
s_bal_cX_failed
[3]));
in ext4_seq_mb_stats_show()
H
A
D
ext4.h
1546
atomic64_t
s_bal_cX_failed
[4]; /* cX loop didn't find blocks */
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.c
2940
atomic64_inc(&sbi->
s_bal_cX_failed
[cr]);
in ext4_mb_regular_allocator()
3109
atomic64_read(&sbi->
s_bal_cX_failed
[CR_POWER2_ALIGNED]));
in ext4_seq_mb_stats_show()
3123
atomic64_read(&sbi->
s_bal_cX_failed
[CR_GOAL_LEN_FAST]));
in ext4_seq_mb_stats_show()
3138
atomic64_read(&sbi->
s_bal_cX_failed
[CR_BEST_AVAIL_LEN]));
in ext4_seq_mb_stats_show()
3152
atomic64_read(&sbi->
s_bal_cX_failed
[CR_GOAL_LEN_SLOW]));
in ext4_seq_mb_stats_show()
3164
atomic64_read(&sbi->
s_bal_cX_failed
[CR_ANY_FREE]));
in ext4_seq_mb_stats_show()
H
A
D
ext4.h
1610
atomic64_t
s_bal_cX_failed
[EXT4_MB_NUM_CRS]; /* cX loop didn't find blocks */
member
Completed in 35 milliseconds