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:vlock
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H
A
D
rkisp1-stats.c
191
q->lock = &node->
vlock
;
in rkisp1_stats_init_vb2_queue()
387
mutex_init(&node->
vlock
);
in rkisp1_stats_register()
397
vdev->lock = &node->
vlock
;
in rkisp1_stats_register()
423
mutex_destroy(&node->
vlock
);
in rkisp1_stats_register()
435
mutex_destroy(&node->
vlock
);
in rkisp1_stats_unregister()
H
A
D
rkisp1-common.h
141
* @
vlock
: lock of the video node
147
struct mutex
vlock
; /* ioctl serialization mutex */
member
H
A
D
rkisp1-capture.c
1322
mutex_init(&node->
vlock
);
in rkisp1_register_capture()
1329
vdev->lock = &node->
vlock
;
in rkisp1_register_capture()
1346
q->lock = &node->
vlock
;
in rkisp1_register_capture()
H
A
D
rkisp1-params.c
1527
q->lock = &node->
vlock
;
in rkisp1_params_init_vb2_queue()
1548
mutex_init(&node->
vlock
);
in rkisp1_params_register()
1561
vdev->lock = &node->
vlock
;
in rkisp1_params_register()
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H
A
D
rkisp1-stats.c
172
q->lock = &node->
vlock
;
in rkisp1_stats_init_vb2_queue()
444
mutex_init(&node->
vlock
);
in rkisp1_stats_register()
454
vdev->lock = &node->
vlock
;
in rkisp1_stats_register()
479
mutex_destroy(&node->
vlock
);
in rkisp1_stats_register()
495
mutex_destroy(&node->
vlock
);
in rkisp1_stats_unregister()
H
A
D
rkisp1-params.c
1895
q->lock = &node->
vlock
;
in rkisp1_params_init_vb2_queue()
1921
mutex_init(&node->
vlock
);
in rkisp1_params_register()
1935
vdev->lock = &node->
vlock
;
in rkisp1_params_register()
1960
mutex_destroy(&node->
vlock
);
in rkisp1_params_register()
1975
mutex_destroy(&node->
vlock
);
in rkisp1_params_unregister()
H
A
D
rkisp1-capture.c
1382
mutex_destroy(&cap->vnode.
vlock
);
in rkisp1_unregister_capture()
1407
mutex_init(&node->
vlock
);
in rkisp1_register_capture()
1414
vdev->lock = &node->
vlock
;
in rkisp1_register_capture()
1431
q->lock = &node->
vlock
;
in rkisp1_register_capture()
1460
mutex_destroy(&node->
vlock
);
in rkisp1_register_capture()
H
A
D
rkisp1-common.h
222
* @
vlock
: lock of the video node
228
struct mutex
vlock
; /* ioctl serialization mutex */
member
/kernel/linux/linux-6.6/arch/arm/common/
H
A
D
Makefile
14
obj-$(CONFIG_MCPM) += mcpm_head.o mcpm_entry.o mcpm_platsmp.o
vlock
.o
/kernel/linux/linux-5.10/arch/arm/common/
H
A
D
Makefile
15
obj-$(CONFIG_MCPM) += mcpm_head.o mcpm_entry.o mcpm_platsmp.o
vlock
.o
Completed in 14 milliseconds