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:syncobjs_to_reset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
msm_gem_submit.c
588
struct drm_syncobj **
syncobjs_to_reset
= NULL;
in msm_ioctl_gem_submit()
local
648
syncobjs_to_reset
= msm_wait_deps(dev, file,
in msm_ioctl_gem_submit()
652
if (IS_ERR(
syncobjs_to_reset
))
in msm_ioctl_gem_submit()
653
return PTR_ERR(
syncobjs_to_reset
);
in msm_ioctl_gem_submit()
796
msm_reset_syncobjs(
syncobjs_to_reset
, args->nr_in_syncobjs);
in msm_ioctl_gem_submit()
821
if (!IS_ERR_OR_NULL(
syncobjs_to_reset
)) {
in msm_ioctl_gem_submit()
823
if (
syncobjs_to_reset
[i])
in msm_ioctl_gem_submit()
824
drm_syncobj_put(
syncobjs_to_reset
[i]);
in msm_ioctl_gem_submit()
826
kfree(
syncobjs_to_reset
);
in msm_ioctl_gem_submit()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_gem_submit.c
750
struct drm_syncobj **
syncobjs_to_reset
= NULL;
in msm_ioctl_gem_submit()
local
828
syncobjs_to_reset
= msm_parse_deps(submit, file,
in msm_ioctl_gem_submit()
832
if (IS_ERR(
syncobjs_to_reset
)) {
in msm_ioctl_gem_submit()
833
ret = PTR_ERR(
syncobjs_to_reset
);
in msm_ioctl_gem_submit()
989
msm_reset_syncobjs(
syncobjs_to_reset
, args->nr_in_syncobjs);
in msm_ioctl_gem_submit()
1021
if (!IS_ERR_OR_NULL(
syncobjs_to_reset
)) {
in msm_ioctl_gem_submit()
1023
if (
syncobjs_to_reset
[i])
in msm_ioctl_gem_submit()
1024
drm_syncobj_put(
syncobjs_to_reset
[i]);
in msm_ioctl_gem_submit()
1026
kfree(
syncobjs_to_reset
);
in msm_ioctl_gem_submit()
Completed in 3 milliseconds