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:alloc_stack_hash
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/kfence/
H
A
D
core.c
211
* @
alloc_stack_hash
from Counting Bloom filter.
213
static void alloc_covered_add(u32
alloc_stack_hash
, int val)
in alloc_covered_add()
argument
218
atomic_add(val, &alloc_covered[
alloc_stack_hash
& ALLOC_COVERED_MASK]);
in alloc_covered_add()
219
alloc_stack_hash
= ALLOC_COVERED_HNEXT(
alloc_stack_hash
);
in alloc_covered_add()
224
* Returns true if the allocation stack trace hash @
alloc_stack_hash
is
227
static bool alloc_covered_contains(u32
alloc_stack_hash
)
in alloc_covered_contains()
argument
232
if (!atomic_read(&alloc_covered[
alloc_stack_hash
& ALLOC_COVERED_MASK]))
in alloc_covered_contains()
234
alloc_stack_hash
= ALLOC_COVERED_HNEXT(
alloc_stack_hash
);
in alloc_covered_contains()
390
kfence_guarded_alloc(struct kmem_cache *cache, size_t size, gfp_t gfp, unsigned long *stack_entries, size_t num_stack_entries, u32
alloc_stack_hash
)
kfence_guarded_alloc()
argument
1051
u32
alloc_stack_hash
;
__kfence_alloc()
local
[all...]
H
A
D
kfence.h
99
u32
alloc_stack_hash
;
member
Completed in 2 milliseconds