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:passed_seqno
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H
A
D
vmwgfx_drm.h
116
__u32
passed_seqno
;
member
196
__u32
passed_seqno
;
member
/kernel/linux/linux-5.10/include/uapi/drm/
H
A
D
vmwgfx_drm.h
345
* @
passed_seqno
: The highest seqno number processed by the hardware
365
__u32
passed_seqno
;
member
665
__u32
passed_seqno
;
member
/kernel/linux/linux-6.6/include/uapi/drm/
H
A
D
vmwgfx_drm.h
356
* @
passed_seqno
: The highest seqno number processed by the hardware
376
__u32
passed_seqno
;
member
676
__u32
passed_seqno
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H
A
D
vmwgfx_drm.h
131
__u32
passed_seqno
;
member
211
__u32
passed_seqno
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H
A
D
vmwgfx_drm.h
131
__u32
passed_seqno
;
member
211
__u32
passed_seqno
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_fence.c
389
* @
passed_seqno
: The seqno the device currently signals as passed.
392
* It is typically called when we have a new
passed_seqno
, and
401
u32
passed_seqno
)
in vmw_fence_goal_new_locked()
412
if (likely(
passed_seqno
- goal_seqno >= VMW_FENCE_WRAP))
in vmw_fence_goal_new_locked()
877
arg->
passed_seqno
= dev_priv->last_read_seqno;
in vmw_fence_obj_signaled_ioctl()
400
vmw_fence_goal_new_locked(struct vmw_fence_manager *fman, u32
passed_seqno
)
vmw_fence_goal_new_locked()
argument
H
A
D
vmwgfx_execbuf.c
3834
fence_rep.
passed_seqno
= dev_priv->last_read_seqno;
in vmw_execbuf_copy_fence_user()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_fence.c
391
* @
passed_seqno
: The seqno the device currently signals as passed.
394
* It is typically called when we have a new
passed_seqno
, and
403
u32
passed_seqno
)
in vmw_fence_goal_new_locked()
412
if (likely(
passed_seqno
- goal_seqno >= VMW_FENCE_WRAP))
in vmw_fence_goal_new_locked()
799
arg->
passed_seqno
= dev_priv->last_read_seqno;
in vmw_fence_obj_signaled_ioctl()
402
vmw_fence_goal_new_locked(struct vmw_fence_manager *fman, u32
passed_seqno
)
vmw_fence_goal_new_locked()
argument
H
A
D
vmwgfx_execbuf.c
3897
fence_rep.
passed_seqno
= dev_priv->last_read_seqno;
in vmw_execbuf_copy_fence_user()
Completed in 20 milliseconds