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:z3fold_header
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
z3fold.c
58
#define ZHDR_SIZE_ALIGNED round_up(sizeof(struct
z3fold_header
), CHUNK_SIZE)
92
* struct
z3fold_header
- z3fold page metadata occupying first chunks of each
108
struct
z3fold_header
{
struct
178
static struct
z3fold_header
*__z3fold_alloc(struct z3fold_pool *, size_t, bool);
221
static inline void z3fold_page_lock(struct
z3fold_header
*zhdr)
in z3fold_page_lock()
227
static inline int z3fold_page_trylock(struct
z3fold_header
*zhdr)
in z3fold_page_trylock()
233
static inline void z3fold_page_unlock(struct
z3fold_header
*zhdr)
in z3fold_page_unlock()
239
static inline struct
z3fold_header
*get_z3fold_header(unsigned long handle)
in get_z3fold_header()
242
struct
z3fold_header
*zhdr;
in get_z3fold_header()
252
zhdr = (struct
z3fold_header
*)(add
in get_z3fold_header()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
z3fold.c
62
#define ZHDR_SIZE_ALIGNED round_up(sizeof(struct
z3fold_header
), CHUNK_SIZE)
99
* struct
z3fold_header
- z3fold page metadata occupying first chunks of each
115
struct
z3fold_header
{
struct
194
static struct
z3fold_header
*__z3fold_alloc(struct z3fold_pool *, size_t, bool);
239
static inline void z3fold_page_lock(struct
z3fold_header
*zhdr)
in z3fold_page_lock()
245
static inline int z3fold_page_trylock(struct
z3fold_header
*zhdr)
in z3fold_page_trylock()
251
static inline void z3fold_page_unlock(struct
z3fold_header
*zhdr)
in z3fold_page_unlock()
257
static inline struct
z3fold_header
*__get_z3fold_header(unsigned long handle,
in __get_z3fold_header()
261
struct
z3fold_header
*zhdr;
in __get_z3fold_header()
271
zhdr = (struct
z3fold_header
*)(add
in __get_z3fold_header()
[all...]
Completed in 3 milliseconds