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_flags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.c
1737
if (ac->
ac_flags
& EXT4_MB_STREAM_ALLOC) {
in ext4_mb_use_best_found()
1769
!(ac->
ac_flags
& EXT4_MB_HINT_FIRST)) {
in ext4_mb_check_limits()
1820
if (unlikely(ac->
ac_flags
& EXT4_MB_HINT_FIRST)) {
in ext4_mb_measure_extent()
1907
if (!(ac->
ac_flags
& (EXT4_MB_HINT_TRY_GOAL | EXT4_MB_HINT_GOAL_ONLY)))
in ext4_mb_find_by_goal()
1942
} else if (max > 0 && (ac->
ac_flags
& EXT4_MB_HINT_MERGE)) {
in ext4_mb_find_by_goal()
2146
if ((ac->
ac_flags
& EXT4_MB_HINT_DATA) &&
in ext4_mb_good_group()
2189
bool should_lock = ac->
ac_flags
& EXT4_MB_STRICT_CHECK;
in ext4_mb_good_group_nolock()
2347
if (unlikely(ac->
ac_flags
& EXT4_MB_HINT_GOAL_ONLY))
in ext4_mb_regular_allocator()
2374
if (ac->
ac_flags
& EXT4_MB_STREAM_ALLOC) {
in ext4_mb_regular_allocator()
2477
!(ac->
ac_flags
in ext4_mb_regular_allocator()
[all...]
H
A
D
mballoc.h
168
__u16
ac_flags
; /* allocation hints */
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.c
882
if (unlikely(sbi->s_mb_stats && ac->
ac_flags
& EXT4_MB_CR_POWER2_ALIGNED_OPTIMIZED))
in ext4_mb_choose_next_group_p2_aligned()
899
ac->
ac_flags
|= EXT4_MB_CR_POWER2_ALIGNED_OPTIMIZED;
in ext4_mb_choose_next_group_p2_aligned()
953
if (unlikely(ac->
ac_flags
& EXT4_MB_CR_GOAL_LEN_FAST_OPTIMIZED)) {
in ext4_mb_choose_next_group_goal_fast()
963
ac->
ac_flags
|= EXT4_MB_CR_GOAL_LEN_FAST_OPTIMIZED;
in ext4_mb_choose_next_group_goal_fast()
976
if (ac->
ac_flags
& EXT4_MB_HINT_DATA)
in ext4_mb_choose_next_group_goal_fast()
999
if (unlikely(ac->
ac_flags
& EXT4_MB_CR_BEST_AVAIL_LEN_OPTIMIZED)) {
in ext4_mb_choose_next_group_best_avail()
1057
ac->
ac_flags
|= EXT4_MB_CR_BEST_AVAIL_LEN_OPTIMIZED;
in ext4_mb_choose_next_group_best_avail()
2163
if (ac->
ac_flags
& EXT4_MB_STREAM_ALLOC) {
in ext4_mb_use_best_found()
2193
!(ac->
ac_flags
& EXT4_MB_HINT_FIRST)) {
in ext4_mb_check_limits()
2250
if (unlikely(ac->
ac_flags
in ext4_mb_measure_extent()
[all...]
H
A
D
mballoc.h
196
__u32
ac_flags
; /* allocation hints */
member
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
ext4.h
1070
__entry->flags = ac->
ac_flags
;
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
ext4.h
1072
__entry->flags = ac->
ac_flags
;
Completed in 16 milliseconds