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:cleanup_flags
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_gem_submit.c
247
/* Unwind bo state, according to
cleanup_flags
. In the success case, only
252
unsigned
cleanup_flags
)
in submit_cleanup_bo()
255
unsigned flags = submit->bos[i].flags &
cleanup_flags
;
in submit_cleanup_bo()
262
submit->bos[i].flags &= ~
cleanup_flags
;
in submit_cleanup_bo()
273
unsigned
cleanup_flags
= BO_PINNED | BO_LOCKED;
in submit_unlock_unpin_bo()
local
274
submit_cleanup_bo(submit, i,
cleanup_flags
);
in submit_unlock_unpin_bo()
547
unsigned
cleanup_flags
= BO_LOCKED;
in submit_cleanup()
local
551
cleanup_flags
|= BO_PINNED;
in submit_cleanup()
555
submit_cleanup_bo(submit, i,
cleanup_flags
);
in submit_cleanup()
251
submit_cleanup_bo(struct msm_gem_submit *submit, int i, unsigned
cleanup_flags
)
submit_cleanup_bo()
argument
Completed in 2 milliseconds