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:resv_ref
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_gtt.c
186
* @kref: Pointer to the &i915_address_space.
resv_ref
member.
195
container_of(kref, typeof(*vm),
resv_ref
);
in i915_vm_resv_release()
238
if (!kref_read(&vm->
resv_ref
))
in i915_address_space_init()
239
kref_init(&vm->
resv_ref
);
in i915_address_space_init()
H
A
D
intel_gtt.h
260
struct kref
resv_ref
; /* kref to keep the reservation lock alive. */
member
495
kref_get(&vm->
resv_ref
);
in i915_vm_resv_get()
514
kref_put(&vm->
resv_ref
, i915_vm_resv_release);
in i915_vm_resv_put()
H
A
D
intel_ggtt.c
860
GEM_WARN_ON(kref_read(&ggtt->vm.
resv_ref
) != 1);
in i915_ggtt_driver_late_release()
934
kref_init(&ggtt->vm.
resv_ref
);
in ggtt_probe_common()
Completed in 4 milliseconds