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:MB_NUM_ORDERS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.h
98
#define
MB_NUM_ORDERS
(sb) ((sb)->s_blocksize_bits + 2)
macro
H
A
D
mballoc.c
140
* that list. So, there are exactly
MB_NUM_ORDERS
(sb) (which means total
152
* so we only have
MB_NUM_ORDERS
(sb) lists.
832
if (order ==
MB_NUM_ORDERS
(sb))
in mb_avg_fragment_size_order()
885
for (i = ac->ac_2order; i <
MB_NUM_ORDERS
(ac->ac_sb); i++) {
in ext4_mb_choose_next_group_p2_aligned()
959
i <
MB_NUM_ORDERS
(ac->ac_sb); i++) {
in ext4_mb_choose_next_group_goal_fast()
1151
for (i =
MB_NUM_ORDERS
(sb) - 1; i >= 0; i--)
in mb_set_largest_free_order()
1394
(
MB_NUM_ORDERS
(sb)));
in ext4_mb_init_cache()
2403
for (i = ac->ac_2order; i <
MB_NUM_ORDERS
(sb); i++) {
in ext4_mb_simple_scan_group()
2606
if (ac->ac_2order >=
MB_NUM_ORDERS
(ac->ac_sb))
in ext4_mb_good_group()
2833
if (i >= sbi->s_mb_order2_reqs && i <=
MB_NUM_ORDERS
(s
in ext4_mb_regular_allocator()
[all...]
Completed in 6 milliseconds