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:target_cache
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/scripts/gdb/linux/
H
A
D
slab.py
187
target_cache
= None
192
target_cache
= cache
195
obj_map = [False] * oo_objects(
target_cache
['oo'])
197
if
target_cache
['flags'] & SLAB_STORE_USER:
199
cache_node =
target_cache
['node'][i]
202
process_slab(loc_track, cache_node['partial'], alloc,
target_cache
)
203
process_slab(loc_track, cache_node['full'], alloc,
target_cache
)
205
raise gdb.GdbError("SLAB_STORE_USER is not set in %s" %
target_cache
['name'].string())
/kernel/linux/linux-5.10/drivers/acpi/numa/
H
A
D
hmat.c
56
struct
target_cache
{
struct
362
struct
target_cache
*tcache;
in hmat_parse_cache()
696
struct
target_cache
*tcache;
in hmat_register_target_cache()
794
struct
target_cache
*tcache, *cnext;
in hmat_free_structures()
/kernel/linux/linux-6.6/drivers/acpi/numa/
H
A
D
hmat.c
55
struct
target_cache
{
struct
361
struct
target_cache
*tcache;
in hmat_parse_cache()
695
struct
target_cache
*tcache;
in hmat_register_target_cache()
788
struct
target_cache
*tcache, *cnext;
in hmat_free_structures()
Completed in 4 milliseconds