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:NCHUNKS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
zbud.c
64
* in allocated page is occupied by zbud header,
NCHUNKS
will be calculated to
73
#define
NCHUNKS
((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >> CHUNK_SHIFT)
macro
99
struct list_head unbuddied[
NCHUNKS
];
133
for ((_iter) = (_begin); (_iter) <
NCHUNKS
; (_iter)++)
187
return
NCHUNKS
- zhdr->first_chunks - zhdr->last_chunks;
in num_free_chunks()
H
A
D
z3fold.c
50
*
NCHUNKS
will be calculated to 63 (or 62 in case CONFIG_DEBUG_SPINLOCK=y),
61
#define
NCHUNKS
(TOTAL_CHUNKS - ZHDR_CHUNKS)
macro
192
for ((_iter) = (_begin); (_iter) <
NCHUNKS
; (_iter)++)
533
nfree =
NCHUNKS
- zhdr->first_chunks - zhdr->last_chunks;
in num_free_chunks()
923
pool->unbuddied = __alloc_percpu(sizeof(struct list_head) *
NCHUNKS
,
in z3fold_create_pool()
/kernel/linux/linux-5.10/mm/
H
A
D
zbud.c
65
* in allocated page is occupied by zbud header,
NCHUNKS
will be calculated to
74
#define
NCHUNKS
((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >> CHUNK_SHIFT)
macro
96
struct list_head unbuddied[
NCHUNKS
];
237
for ((_iter) = (_begin); (_iter) <
NCHUNKS
; (_iter)++)
293
return
NCHUNKS
- zhdr->first_chunks - zhdr->last_chunks;
in num_free_chunks()
H
A
D
z3fold.c
54
*
NCHUNKS
will be calculated to 63 (or 62 in case CONFIG_DEBUG_SPINLOCK=y),
65
#define
NCHUNKS
((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >> CHUNK_SHIFT)
macro
208
for ((_iter) = (_begin); (_iter) <
NCHUNKS
; (_iter)++)
616
nfree =
NCHUNKS
- zhdr->first_chunks - zhdr->last_chunks;
in num_free_chunks()
1005
pool->unbuddied = __alloc_percpu(sizeof(struct list_head)*
NCHUNKS
, 2);
in z3fold_create_pool()
Completed in 12 milliseconds