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:OBJ_ALLOCATED_TAG
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
zsmalloc.c
113
* Head in allocated object should have
OBJ_ALLOCATED_TAG
119
#define
OBJ_ALLOCATED_TAG
1
macro
1375
handle |=
OBJ_ALLOCATED_TAG
;
in obj_malloc()
1481
obj &= ~
OBJ_ALLOCATED_TAG
;
in obj_free()
1623
if (head &
OBJ_ALLOCATED_TAG
) {
in find_alloced_obj()
1624
handle = head & ~
OBJ_ALLOCATED_TAG
;
in find_alloced_obj()
2007
if (head &
OBJ_ALLOCATED_TAG
) {
in zs_page_migrate()
2008
handle = head & ~
OBJ_ALLOCATED_TAG
;
in zs_page_migrate()
2025
if (head &
OBJ_ALLOCATED_TAG
) {
in zs_page_migrate()
2026
handle = head & ~
OBJ_ALLOCATED_TAG
;
in zs_page_migrate()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
zsmalloc.c
102
* Head in allocated object should have
OBJ_ALLOCATED_TAG
108
#define
OBJ_ALLOCATED_TAG
1
macro
111
#define OBJ_TAG_MASK
OBJ_ALLOCATED_TAG
810
if (!(handle &
OBJ_ALLOCATED_TAG
))
in obj_allocated()
1320
handle |=
OBJ_ALLOCATED_TAG
;
in obj_malloc()
Completed in 6 milliseconds