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:PIN_NONBLOCK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_gem_evict.c
132
if (flags &
PIN_NONBLOCK
)
in i915_gem_evict_something()
177
if (!i915_is_ggtt(vm) || flags &
PIN_NONBLOCK
)
in i915_gem_evict_something()
202
flags |=
PIN_NONBLOCK
;
in i915_gem_evict_something()
319
if (flags &
PIN_NONBLOCK
&& i915_vma_is_active(vma)) {
in i915_gem_evict_for_node()
H
A
D
i915_gem_gtt.h
38
#define
PIN_NONBLOCK
BIT_ULL(2)
macro
H
A
D
i915_gem.c
395
PIN_NONBLOCK
/* NOWARN */ |
in i915_gem_gtt_pread()
600
PIN_NONBLOCK
/* NOWARN */ |
in i915_gem_gtt_pwrite_fast()
984
if (flags &
PIN_NONBLOCK
&&
in i915_gem_object_ggtt_pin_ww()
995
if (flags &
PIN_NONBLOCK
) {
in i915_gem_object_ggtt_pin_ww()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_gem_evict.c
201
if (flags &
PIN_NONBLOCK
)
in i915_gem_evict_something()
247
if (!i915_is_ggtt(vm) || flags &
PIN_NONBLOCK
)
in i915_gem_evict_something()
272
flags |=
PIN_NONBLOCK
;
in i915_gem_evict_something()
405
if (flags &
PIN_NONBLOCK
&& i915_vma_is_active(vma)) {
in i915_gem_evict_for_node()
H
A
D
i915_gem_gtt.h
43
#define
PIN_NONBLOCK
BIT_ULL(2)
macro
H
A
D
i915_gem.c
328
PIN_NONBLOCK
/* NOWARN */ |
in i915_gem_gtt_prepare()
947
if (flags &
PIN_NONBLOCK
&&
in i915_gem_object_ggtt_pin_ww()
958
if (flags &
PIN_NONBLOCK
) {
in i915_gem_object_ggtt_pin_ww()
966
*
PIN_NONBLOCK
is set in order to avoid the ping-pong
in i915_gem_object_ggtt_pin_ww()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_mman.c
324
PIN_NONBLOCK
/* NOWARN */ |
in vm_fault_gtt()
334
flags |=
PIN_NONBLOCK
; /* avoid warnings for pinned */
in vm_fault_gtt()
H
A
D
i915_gem_domain.c
363
PIN_NONBLOCK
);
in i915_gem_object_pin_to_display_plane()
H
A
D
i915_gem_execbuffer.c
635
unsigned int pin_flags = PIN_USER |
PIN_NONBLOCK
;
in eb_reserve()
1166
PIN_NONBLOCK
/* NOWARN */ |
in reloc_iomap()
1306
err = i915_vma_pin_ww(batch, &eb->ww, 0, 0, PIN_USER |
PIN_NONBLOCK
);
in __reloc_gpu_alloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_mman.c
341
PIN_NONBLOCK
/* NOWARN */ |
in vm_fault_gtt()
351
flags |=
PIN_NONBLOCK
; /* avoid warnings for pinned */
in vm_fault_gtt()
H
A
D
i915_gem_domain.c
479
PIN_NONBLOCK
);
in i915_gem_object_pin_to_display_plane()
H
A
D
i915_gem_execbuffer.c
775
pin_flags |=
PIN_NONBLOCK
;
in eb_reserve()
1304
PIN_NONBLOCK
/* NOWARN */ |
in reloc_iomap()
Completed in 17 milliseconds