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:vmw_fences_update
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_fence.h
89
extern void
vmw_fences_update
(struct vmw_fence_manager *fman);
H
A
D
vmwgfx_irq.c
53
vmw_fences_update
(dev_priv->fman);
in vmw_thread_fn()
126
vmw_fences_update
(dev_priv->fman);
in vmw_update_seqno()
H
A
D
vmwgfx_fence.c
92
* Typically the
vmw_fences_update
function is called
96
* ANY_FENCE irq and call
vmw_fences_update
function each time an ANY_FENCE
105
* which has an action attached, and each time
vmw_fences_update
is called,
506
void
vmw_fences_update
(struct vmw_fence_manager *fman)
in vmw_fences_update()
function
520
vmw_fences_update
(fman);
in vmw_fence_obj_signaled()
994
vmw_fences_update
(fman);
in vmw_fence_obj_add_action()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_fence.h
89
extern void
vmw_fences_update
(struct vmw_fence_manager *fman);
H
A
D
vmwgfx_irq.c
62
vmw_fences_update
(dev_priv->fman);
in vmw_thread_fn()
132
vmw_fences_update
(dev_priv->fman);
in vmw_update_seqno()
H
A
D
vmwgfx_fence.c
103
* Typically the
vmw_fences_update
function is called
107
* ANY_FENCE irq and call
vmw_fences_update
function each time an ANY_FENCE
116
* which has an action attached, and each time
vmw_fences_update
is called,
503
void
vmw_fences_update
(struct vmw_fence_manager *fman)
in vmw_fences_update()
function
517
vmw_fences_update
(fman);
in vmw_fence_obj_signaled()
915
vmw_fences_update
(fman);
in vmw_fence_obj_add_action()
Completed in 5 milliseconds