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:poison_size
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/hp/common/
H
A
D
sba_iommu.c
1647
int
poison_size
= 16;
in ioc_iova_init()
local
1655
for ( ; (u64) poison_addr < addr + iovp_size; poison_addr +=
poison_size
)
in ioc_iova_init()
1656
memcpy(poison_addr, spill_poison,
poison_size
);
in ioc_iova_init()
/kernel/linux/linux-6.6/arch/ia64/hp/common/
H
A
D
sba_iommu.c
1655
int
poison_size
= 16;
in ioc_iova_init()
local
1663
for ( ; (u64) poison_addr < addr + iovp_size; poison_addr +=
poison_size
)
in ioc_iova_init()
1664
memcpy(poison_addr, spill_poison,
poison_size
);
in ioc_iova_init()
/kernel/linux/linux-6.6/mm/
H
A
D
slub.c
1030
unsigned int
poison_size
= s->object_size;
in init_object()
local
1041
poison_size
= get_orig_size(s, object);
in init_object()
1046
memset(p, POISON_FREE,
poison_size
- 1);
in init_object()
1047
p[
poison_size
- 1] = POISON_END;
in init_object()
1051
memset(p +
poison_size
, val, s->inuse -
poison_size
);
in init_object()
Completed in 14 milliseconds