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:link_free
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
zsmalloc.c
64
* This must be power of 2 and greater than of equal to sizeof(
link_free
).
65
* These two conditions ensure that any 'struct
link_free
' itself doesn't
67
* to restore
link_free
pointer values.
144
* ZS_ALIGN to make sure
link_free
itself never has to span 2 pages.
238
struct
link_free
{
struct
987
struct
link_free
*link;
in init_zspage()
993
link = (struct
link_free
*)vaddr + off / sizeof(*link);
in init_zspage()
1369
struct
link_free
*link;
in obj_malloc()
1387
link = (struct
link_free
*)vaddr + m_offset / sizeof(*link);
in obj_malloc()
1474
struct
link_free
*lin
in obj_free()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
zsmalloc.c
69
* This must be power of 2 and greater than or equal to sizeof(
link_free
).
70
* These two conditions ensure that any 'struct
link_free
' itself doesn't
72
* to restore
link_free
pointer values.
140
* ZS_ALIGN to make sure
link_free
itself never has to span 2 pages.
206
struct
link_free
{
struct
908
struct
link_free
*link;
in init_zspage()
914
link = (struct
link_free
*)vaddr + off / sizeof(*link);
in init_zspage()
1312
struct
link_free
*link;
in obj_malloc()
1332
link = (struct
link_free
*)vaddr + m_offset / sizeof(*link);
in obj_malloc()
1420
struct
link_free
*lin
in obj_free()
[all...]
Completed in 6 milliseconds