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:lockdep_cookie
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_vma_resource.c
131
* @
lockdep_cookie
: The lockdep cookie returned from i915_vma_resource_hold.
136
bool
lockdep_cookie
)
in i915_vma_resource_unhold()
138
dma_fence_end_signalling(
lockdep_cookie
);
in i915_vma_resource_unhold()
154
* @
lockdep_cookie
: Pointer to a bool serving as a lockdep cooke that should
163
bool *
lockdep_cookie
)
in i915_vma_resource_hold()
168
*
lockdep_cookie
= dma_fence_begin_signalling();
in i915_vma_resource_hold()
178
bool
lockdep_cookie
;
in i915_vma_resource_unbind_work()
local
180
lockdep_cookie
= dma_fence_begin_signalling();
in i915_vma_resource_unbind_work()
184
dma_fence_end_signalling(
lockdep_cookie
);
in i915_vma_resource_unbind_work()
135
i915_vma_resource_unhold(struct i915_vma_resource *vma_res, bool
lockdep_cookie
)
i915_vma_resource_unhold()
argument
162
i915_vma_resource_hold(struct i915_vma_resource *vma_res, bool *
lockdep_cookie
)
i915_vma_resource_hold()
argument
H
A
D
i915_vma_resource.h
142
bool *
lockdep_cookie
);
145
bool
lockdep_cookie
);
H
A
D
i915_gpu_error.c
1426
bool
lockdep_cookie
;
member
1443
if (!i915_vma_resource_hold(vma_res, &c->
lockdep_cookie
)) {
in capture_vma_snapshot()
1506
bool
lockdep_cookie
;
in create_vma_coredump()
local
1513
if (i915_vma_resource_hold(vma_res, &
lockdep_cookie
)) {
in create_vma_coredump()
1515
i915_vma_resource_unhold(vma_res,
lockdep_cookie
);
in create_vma_coredump()
1612
i915_vma_resource_unhold(vma_res, this->
lockdep_cookie
);
in intel_engine_coredump_add_vma()
Completed in 7 milliseconds