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:start_middle
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
z3fold.c
119
unsigned short
start_middle
;
member
527
0 : zhdr->
start_middle
- ZHDR_CHUNKS;
in num_free_chunks()
530
(zhdr->
start_middle
+ zhdr->middle_chunks);
in num_free_chunks()
562
chunks <= zhdr->
start_middle
- ZHDR_CHUNKS)
in get_free_buddy()
583
beg + (zhdr->
start_middle
<< CHUNK_SHIFT),
in mchunk_memmove()
616
p += zhdr->
start_middle
<< CHUNK_SHIFT;
in compact_single_buddy()
648
new_zhdr->
start_middle
=
in compact_single_buddy()
650
q += new_zhdr->
start_middle
<< CHUNK_SHIFT;
in compact_single_buddy()
705
zhdr->
start_middle
= 0;
in z3fold_compact_page()
715
zhdr->
start_middle
in z3fold_compact_page()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
z3fold.c
126
unsigned short
start_middle
;
member
422
zhdr->
start_middle
= 0;
in init_z3fold_page()
610
0 : zhdr->
start_middle
- ZHDR_CHUNKS;
in num_free_chunks()
613
(zhdr->
start_middle
+ zhdr->middle_chunks);
in num_free_chunks()
643
chunks <= zhdr->
start_middle
- ZHDR_CHUNKS)
in get_free_buddy()
664
beg + (zhdr->
start_middle
<< CHUNK_SHIFT),
in mchunk_memmove()
697
p += zhdr->
start_middle
<< CHUNK_SHIFT;
in compact_single_buddy()
729
new_zhdr->
start_middle
=
in compact_single_buddy()
731
q += new_zhdr->
start_middle
<< CHUNK_SHIFT;
in compact_single_buddy()
790
zhdr->
start_middle
in z3fold_compact_page()
[all...]
Completed in 4 milliseconds