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:middle_chunks
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
z3fold.c
103
* @
middle_chunks
: the size of the middle buddy in chunks, 0 if free
117
unsigned short
middle_chunks
;
member
525
if (zhdr->
middle_chunks
!= 0) {
in num_free_chunks()
530
(zhdr->start_middle + zhdr->
middle_chunks
);
in num_free_chunks()
542
zhdr->
middle_chunks
== 0) {
in add_to_unbuddied()
560
if (zhdr->
middle_chunks
) {
in get_free_buddy()
584
zhdr->
middle_chunks
<< CHUNK_SHIFT);
in mchunk_memmove()
589
return !((zhdr->first_chunks && zhdr->
middle_chunks
) ||
in buddy_single()
591
(zhdr->
middle_chunks
&& zhdr->last_chunks));
in buddy_single()
615
} else if (zhdr->
middle_chunks
in compact_single_buddy()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
z3fold.c
110
* @
middle_chunks
: the size of the middle buddy in chunks, 0 if free
124
unsigned short
middle_chunks
;
member
419
zhdr->
middle_chunks
= 0;
in init_z3fold_page()
608
if (zhdr->
middle_chunks
!= 0) {
in num_free_chunks()
613
(zhdr->start_middle + zhdr->
middle_chunks
);
in num_free_chunks()
625
zhdr->
middle_chunks
== 0) {
in add_to_unbuddied()
641
if (zhdr->
middle_chunks
) {
in get_free_buddy()
665
zhdr->
middle_chunks
<< CHUNK_SHIFT);
in mchunk_memmove()
670
return !((zhdr->first_chunks && zhdr->
middle_chunks
) ||
in buddy_single()
672
(zhdr->
middle_chunks
in buddy_single()
[all...]
Completed in 6 milliseconds