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_fence_action
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_fence.h
51
struct
vmw_fence_action
{
struct
54
void (*seq_passed) (struct
vmw_fence_action
*action);
55
void (*cleanup) (struct
vmw_fence_action
*action);
H
A
D
vmwgfx_fence.c
62
* @action: A struct
vmw_fence_action
to hook up to a fence.
74
struct
vmw_fence_action
action;
265
struct
vmw_fence_action
*action, *next_action;
in vmw_fence_work_func()
367
struct
vmw_fence_action
*action, *next_action;
in vmw_fences_perform_actions()
900
* @action: The struct
vmw_fence_action
embedded in a struct
907
static void vmw_event_fence_action_seq_passed(struct
vmw_fence_action
*action)
in vmw_event_fence_action_seq_passed()
936
* @action: The struct
vmw_fence_action
embedded in a struct
939
* This function is the struct
vmw_fence_action
destructor. It's typically
942
static void vmw_event_fence_action_cleanup(struct
vmw_fence_action
*action)
in vmw_event_fence_action_cleanup()
962
struct
vmw_fence_action
*actio
in vmw_fence_obj_add_action()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_fence.h
51
struct
vmw_fence_action
{
struct
54
void (*seq_passed) (struct
vmw_fence_action
*action);
55
void (*cleanup) (struct
vmw_fence_action
*action);
H
A
D
vmwgfx_fence.c
58
* @action: A struct
vmw_fence_action
to hook up to a fence.
69
struct
vmw_fence_action
action;
272
struct
vmw_fence_action
*action, *next_action;
in vmw_fence_work_func()
369
struct
vmw_fence_action
*action, *next_action;
in vmw_fences_perform_actions()
821
* @action: The struct
vmw_fence_action
embedded in a struct
828
static void vmw_event_fence_action_seq_passed(struct
vmw_fence_action
*action)
in vmw_event_fence_action_seq_passed()
857
* @action: The struct
vmw_fence_action
embedded in a struct
860
* This function is the struct
vmw_fence_action
destructor. It's typically
863
static void vmw_event_fence_action_cleanup(struct
vmw_fence_action
*action)
in vmw_event_fence_action_cleanup()
883
struct
vmw_fence_action
*actio
in vmw_fence_obj_add_action()
[all...]
Completed in 4 milliseconds