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:res_mutex
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_validation.c
763
ctx->
res_mutex
= mutex;
in vmw_validation_prepare()
805
if (ctx->
res_mutex
)
in vmw_validation_revert()
806
mutex_unlock(ctx->
res_mutex
);
in vmw_validation_revert()
824
if (ctx->
res_mutex
)
in vmw_validation_done()
825
mutex_unlock(ctx->
res_mutex
);
in vmw_validation_done()
H
A
D
vmwgfx_validation.h
65
* @
res_mutex
: Pointer to mutex used for resource reserving
82
struct mutex *
res_mutex
;
member
113
.
res_mutex
= NULL, \
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_validation.c
724
ctx->
res_mutex
= mutex;
in vmw_validation_prepare()
766
if (ctx->
res_mutex
)
in vmw_validation_revert()
767
mutex_unlock(ctx->
res_mutex
);
in vmw_validation_revert()
785
if (ctx->
res_mutex
)
in vmw_validation_done()
786
mutex_unlock(ctx->
res_mutex
);
in vmw_validation_done()
H
A
D
vmwgfx_validation.h
50
* @
res_mutex
: Pointer to mutex used for resource reserving
67
struct mutex *
res_mutex
;
member
98
.
res_mutex
= NULL, \
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
lock.h
69
mutex_lock(&r->
res_mutex
);
in lock_rsb()
74
mutex_unlock(&r->
res_mutex
);
in unlock_rsb()
H
A
D
dlm_internal.h
294
struct mutex
res_mutex
;
member
H
A
D
lock.c
423
mutex_init(&r->
res_mutex
);
in get_rsb_struct()
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
lock.h
71
mutex_lock(&r->
res_mutex
);
in lock_rsb()
76
mutex_unlock(&r->
res_mutex
);
in unlock_rsb()
H
A
D
dlm_internal.h
293
struct mutex
res_mutex
;
member
H
A
D
lock.c
418
mutex_init(&r->
res_mutex
);
in get_rsb_struct()
Completed in 21 milliseconds