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:eaction
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_fence.c
909
struct vmw_event_fence_action *
eaction
=
in vmw_event_fence_action_seq_passed()
local
911
struct drm_device *dev =
eaction
->dev;
in vmw_event_fence_action_seq_passed()
912
struct drm_pending_event *event =
eaction
->event;
in vmw_event_fence_action_seq_passed()
919
if (likely(
eaction
->tv_sec != NULL)) {
in vmw_event_fence_action_seq_passed()
924
*
eaction
->tv_sec = ts.tv_sec;
in vmw_event_fence_action_seq_passed()
925
*
eaction
->tv_usec = ts.tv_nsec / NSEC_PER_USEC;
in vmw_event_fence_action_seq_passed()
928
drm_send_event_locked(dev,
eaction
->event);
in vmw_event_fence_action_seq_passed()
929
eaction
->event = NULL;
in vmw_event_fence_action_seq_passed()
944
struct vmw_event_fence_action *
eaction
=
in vmw_event_fence_action_cleanup()
local
947
vmw_fence_obj_unreference(&
eaction
in vmw_event_fence_action_cleanup()
1022
struct vmw_event_fence_action *
eaction
;
vmw_event_fence_action_queue()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_fence.c
830
struct vmw_event_fence_action *
eaction
=
in vmw_event_fence_action_seq_passed()
local
832
struct drm_device *dev =
eaction
->dev;
in vmw_event_fence_action_seq_passed()
833
struct drm_pending_event *event =
eaction
->event;
in vmw_event_fence_action_seq_passed()
840
if (likely(
eaction
->tv_sec != NULL)) {
in vmw_event_fence_action_seq_passed()
845
*
eaction
->tv_sec = ts.tv_sec;
in vmw_event_fence_action_seq_passed()
846
*
eaction
->tv_usec = ts.tv_nsec / NSEC_PER_USEC;
in vmw_event_fence_action_seq_passed()
849
drm_send_event_locked(dev,
eaction
->event);
in vmw_event_fence_action_seq_passed()
850
eaction
->event = NULL;
in vmw_event_fence_action_seq_passed()
865
struct vmw_event_fence_action *
eaction
=
in vmw_event_fence_action_cleanup()
local
868
vmw_fence_obj_unreference(&
eaction
in vmw_event_fence_action_cleanup()
947
struct vmw_event_fence_action *
eaction
;
vmw_event_fence_action_queue()
local
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/tc_act/
H
A
D
tc_mirred.h
15
int
eaction
; /* one of IN/EGRESS_MIRROR/REDIR */
member
/kernel/linux/linux-6.6/include/uapi/linux/tc_act/
H
A
D
tc_mirred.h
15
int
eaction
; /* one of IN/EGRESS_MIRROR/REDIR */
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/tc_act/
H
A
D
tc_mirred.h
17
int
eaction
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/tc_act/
H
A
D
tc_mirred.h
29
int
eaction
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/tc_act/
H
A
D
tc_mirred.h
29
int
eaction
;
member
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_mirred.c
131
switch (parm->
eaction
) {
in tcf_mirred_init()
189
m->tcfm_eaction = parm->
eaction
;
in tcf_mirred_init()
362
opt.
eaction
= m->tcfm_eaction;
in tcf_mirred_dump()
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_mirred.c
129
switch (parm->
eaction
) {
in tcf_mirred_init()
189
m->tcfm_eaction = parm->
eaction
;
in tcf_mirred_init()
371
opt.
eaction
= m->tcfm_eaction;
in tcf_mirred_dump()
Completed in 5 milliseconds