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:cur_mutex
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_cmdbuf.c
63
* @
cur_mutex
: Mutex protecting the command buffer used for incremental small
85
* the @
cur_mutex
.
86
* @cur_pos: Space already used in @cur. Protected by @
cur_mutex
.
110
struct mutex
cur_mutex
;
member
201
* vmw_cmdbuf_cur_lock - Helper to lock the
cur_mutex
.
209
if (mutex_lock_interruptible(&man->
cur_mutex
))
in vmw_cmdbuf_cur_lock()
212
mutex_lock(&man->
cur_mutex
);
in vmw_cmdbuf_cur_lock()
219
* vmw_cmdbuf_cur_unlock - Helper to unlock the
cur_mutex
.
225
mutex_unlock(&man->
cur_mutex
);
in vmw_cmdbuf_cur_unlock()
658
* is automatically allocated when needed. Call with @man->
cur_mutex
hel
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_cmdbuf.c
65
* @
cur_mutex
: Mutex protecting the command buffer used for incremental small
86
* the @
cur_mutex
.
87
* @cur_pos: Space already used in @cur. Protected by @
cur_mutex
.
111
struct mutex
cur_mutex
;
member
201
* vmw_cmdbuf_cur_lock - Helper to lock the
cur_mutex
.
209
if (mutex_lock_interruptible(&man->
cur_mutex
))
in vmw_cmdbuf_cur_lock()
212
mutex_lock(&man->
cur_mutex
);
in vmw_cmdbuf_cur_lock()
219
* vmw_cmdbuf_cur_unlock - Helper to unlock the
cur_mutex
.
225
mutex_unlock(&man->
cur_mutex
);
in vmw_cmdbuf_cur_unlock()
658
* is automatically allocated when needed. Call with @man->
cur_mutex
hel
[all...]
Completed in 4 milliseconds