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:sync_out
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H
A
D
panfrost_drv.c
252
struct drm_syncobj *
sync_out
= NULL;
in panfrost_ioctl_submit()
local
263
sync_out
= drm_syncobj_find(file, args->out_sync);
in panfrost_ioctl_submit()
264
if (!
sync_out
)
in panfrost_ioctl_submit()
295
if (
sync_out
)
in panfrost_ioctl_submit()
296
drm_syncobj_replace_fence(
sync_out
, job->render_done_fence);
in panfrost_ioctl_submit()
301
if (
sync_out
)
in panfrost_ioctl_submit()
302
drm_syncobj_put(
sync_out
);
in panfrost_ioctl_submit()
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H
A
D
panfrost_drv.c
241
struct drm_syncobj *
sync_out
= NULL;
in panfrost_ioctl_submit()
local
252
sync_out
= drm_syncobj_find(file, args->out_sync);
in panfrost_ioctl_submit()
253
if (!
sync_out
)
in panfrost_ioctl_submit()
292
if (
sync_out
)
in panfrost_ioctl_submit()
293
drm_syncobj_replace_fence(
sync_out
, job->render_done_fence);
in panfrost_ioctl_submit()
301
if (
sync_out
)
in panfrost_ioctl_submit()
302
drm_syncobj_put(
sync_out
);
in panfrost_ioctl_submit()
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/
H
A
D
v3d_gem.c
493
struct drm_syncobj *
sync_out
;
in v3d_attach_fences_and_unlock_reservation()
local
505
sync_out
= drm_syncobj_find(file_priv, out_sync);
in v3d_attach_fences_and_unlock_reservation()
506
if (
sync_out
) {
in v3d_attach_fences_and_unlock_reservation()
507
drm_syncobj_replace_fence(
sync_out
, done_fence);
in v3d_attach_fences_and_unlock_reservation()
508
drm_syncobj_put(
sync_out
);
in v3d_attach_fences_and_unlock_reservation()
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/
H
A
D
v3d_gem.c
485
struct drm_syncobj *
sync_out
;
in v3d_attach_fences_and_unlock_reservation()
local
500
sync_out
= drm_syncobj_find(file_priv, out_sync);
in v3d_attach_fences_and_unlock_reservation()
501
if (
sync_out
) {
in v3d_attach_fences_and_unlock_reservation()
502
drm_syncobj_replace_fence(
sync_out
, done_fence);
in v3d_attach_fences_and_unlock_reservation()
503
drm_syncobj_put(
sync_out
);
in v3d_attach_fences_and_unlock_reservation()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
1646
goto
sync_out
;
in f2fs_map_blocks()
1654
goto
sync_out
;
in f2fs_map_blocks()
1668
goto
sync_out
;
in f2fs_map_blocks()
1676
goto
sync_out
;
in f2fs_map_blocks()
1690
goto
sync_out
;
in f2fs_map_blocks()
1695
goto
sync_out
;
in f2fs_map_blocks()
1698
goto
sync_out
;
in f2fs_map_blocks()
1703
goto
sync_out
;
in f2fs_map_blocks()
1710
goto
sync_out
;
in f2fs_map_blocks()
1736
goto
sync_out
;
in f2fs_map_blocks()
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
1596
goto
sync_out
;
in f2fs_map_blocks()
1605
goto
sync_out
;
in f2fs_map_blocks()
1613
goto
sync_out
;
in f2fs_map_blocks()
1629
goto
sync_out
;
in f2fs_map_blocks()
1635
goto
sync_out
;
in f2fs_map_blocks()
1638
goto
sync_out
;
in f2fs_map_blocks()
1643
goto
sync_out
;
in f2fs_map_blocks()
1649
goto
sync_out
;
in f2fs_map_blocks()
1672
goto
sync_out
;
in f2fs_map_blocks()
1686
goto
sync_out
;
in f2fs_map_blocks()
[all...]
Completed in 11 milliseconds