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:reloc_pool
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H
A
D
i915_gem_execbuffer.c
137
eb.
reloc_pool
= NULL;
in igt_gpu_reloc()
155
if (eb.
reloc_pool
)
in igt_gpu_reloc()
156
intel_gt_buffer_pool_put(eb.
reloc_pool
);
in igt_gpu_reloc()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
283
struct intel_gt_buffer_pool_node *
reloc_pool
; /** relocation pool for -EDEADLK handling */
member
1057
eb->
reloc_pool
= NULL;
in reloc_gpu_flush()
1272
struct intel_gt_buffer_pool_node *pool = eb->
reloc_pool
;
in __reloc_gpu_alloc()
1283
eb->
reloc_pool
= NULL;
in __reloc_gpu_alloc()
1380
eb->
reloc_pool
= pool;
in __reloc_gpu_alloc()
3051
eb.
reloc_pool
= eb.batch_pool = NULL;
in i915_gem_do_execbuffer()
3227
if (eb.
reloc_pool
)
in i915_gem_do_execbuffer()
3228
intel_gt_buffer_pool_put(eb.
reloc_pool
);
in i915_gem_do_execbuffer()
Completed in 5 milliseconds