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:subscribe_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-event.c
195
lockdep_assert_held(&fh->
subscribe_lock
);
in __v4l2_event_unsubscribe()
233
mutex_lock(&fh->
subscribe_lock
);
in v4l2_event_subscribe()
254
mutex_unlock(&fh->
subscribe_lock
);
in v4l2_event_subscribe()
294
mutex_lock(&fh->
subscribe_lock
);
in v4l2_event_unsubscribe()
307
mutex_unlock(&fh->
subscribe_lock
);
in v4l2_event_unsubscribe()
H
A
D
v4l2-fh.c
40
mutex_init(&fh->
subscribe_lock
);
in v4l2_fh_init()
86
mutex_destroy(&fh->
subscribe_lock
);
in v4l2_fh_exit()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-event.c
212
lockdep_assert_held(&fh->
subscribe_lock
);
in __v4l2_event_unsubscribe()
250
mutex_lock(&fh->
subscribe_lock
);
in v4l2_event_subscribe()
271
mutex_unlock(&fh->
subscribe_lock
);
in v4l2_event_subscribe()
311
mutex_lock(&fh->
subscribe_lock
);
in v4l2_event_unsubscribe()
324
mutex_unlock(&fh->
subscribe_lock
);
in v4l2_event_unsubscribe()
H
A
D
v4l2-fh.c
40
mutex_init(&fh->
subscribe_lock
);
in v4l2_fh_init()
86
mutex_destroy(&fh->
subscribe_lock
);
in v4l2_fh_exit()
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-fh.h
33
* @
subscribe_lock
: serialise changes to the subscribed list; guarantee that
50
struct mutex
subscribe_lock
;
member
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-fh.h
33
* @
subscribe_lock
: serialise changes to the subscribed list; guarantee that
50
struct mutex
subscribe_lock
;
member
Completed in 3 milliseconds