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:bd_blkbits
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.h
191
__u16
bd_blkbits
;
member
H
A
D
mballoc.c
459
if (order > e4b->
bd_blkbits
+ 1) {
in mb_find_buddy()
466
*max = 1 << (e4b->
bd_blkbits
+ 3);
in mb_find_buddy()
609
int order = e4b->
bd_blkbits
+ 1;
in __mb_check_buddy()
677
for (j = 0; j < e4b->
bd_blkbits
+ 1; j++) {
in __mb_check_buddy()
1188
e4b->
bd_blkbits
= sb->s_blocksize_bits;
in ext4_mb_load_buddy_gfp()
1323
int bb_incr = 1 << (e4b->
bd_blkbits
- 1);
in mb_find_order_for_block()
1327
BUG_ON(block >= (1 << (e4b->
bd_blkbits
+ 3)));
in mb_find_order_for_block()
1330
while (order <= e4b->
bd_blkbits
+ 1) {
in mb_find_order_for_block()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.h
225
__u16
bd_blkbits
;
member
H
A
D
mballoc.c
533
if (order > e4b->
bd_blkbits
+ 1) {
in mb_find_buddy()
540
*max = 1 << (e4b->
bd_blkbits
+ 3);
in mb_find_buddy()
683
int order = e4b->
bd_blkbits
+ 1;
in __mb_check_buddy()
748
for (j = 0; j < e4b->
bd_blkbits
+ 1; j++) {
in __mb_check_buddy()
1595
e4b->
bd_blkbits
= sb->s_blocksize_bits;
in ext4_mb_load_buddy_gfp()
1744
BUG_ON(block >= (1 << (e4b->
bd_blkbits
+ 3)));
in mb_find_order_for_block()
1746
while (order <= e4b->
bd_blkbits
+ 1) {
in mb_find_order_for_block()
Completed in 18 milliseconds