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:user_mutex
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_sysfs.c
86
mutex_lock(&codec->
user_mutex
);
in pin_configs_show()
91
mutex_unlock(&codec->
user_mutex
);
in pin_configs_show()
223
mutex_lock(&codec->
user_mutex
);
in init_verbs_show()
229
mutex_unlock(&codec->
user_mutex
);
in init_verbs_show()
242
mutex_lock(&codec->
user_mutex
);
in parse_init_verbs()
245
mutex_unlock(&codec->
user_mutex
);
in parse_init_verbs()
251
mutex_unlock(&codec->
user_mutex
);
in parse_init_verbs()
273
mutex_lock(&codec->
user_mutex
);
in hints_show()
278
mutex_unlock(&codec->
user_mutex
);
in hints_show()
333
mutex_lock(&codec->
user_mutex
);
in parse_hints()
[all...]
H
A
D
hda_codec.c
535
mutex_lock(&codec->
user_mutex
);
in snd_hda_codec_get_pincfg()
539
mutex_unlock(&codec->
user_mutex
);
in snd_hda_codec_get_pincfg()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_sysfs.c
86
mutex_lock(&codec->
user_mutex
);
in pin_configs_show()
91
mutex_unlock(&codec->
user_mutex
);
in pin_configs_show()
223
mutex_lock(&codec->
user_mutex
);
in init_verbs_show()
228
mutex_unlock(&codec->
user_mutex
);
in init_verbs_show()
241
mutex_lock(&codec->
user_mutex
);
in parse_init_verbs()
244
mutex_unlock(&codec->
user_mutex
);
in parse_init_verbs()
250
mutex_unlock(&codec->
user_mutex
);
in parse_init_verbs()
272
mutex_lock(&codec->
user_mutex
);
in hints_show()
277
mutex_unlock(&codec->
user_mutex
);
in hints_show()
332
mutex_lock(&codec->
user_mutex
);
in parse_hints()
[all...]
H
A
D
hda_codec.c
535
mutex_lock(&codec->
user_mutex
);
in snd_hda_codec_get_pincfg()
539
mutex_unlock(&codec->
user_mutex
);
in snd_hda_codec_get_pincfg()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
sendmsg.c
442
mutex_unlock(&call->
user_mutex
);
in rxrpc_send_data()
449
if (mutex_lock_interruptible(&call->
user_mutex
) < 0) {
in rxrpc_send_data()
454
mutex_lock(&call->
user_mutex
);
in rxrpc_send_data()
572
__acquires(&call->
user_mutex
)
674
ret = mutex_lock_interruptible(&call->
user_mutex
);
731
mutex_unlock(&call->
user_mutex
);
767
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_send_data()
775
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_send_data()
799
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_abort_call()
801
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_abort_call()
[all...]
H
A
D
recvmsg.c
366
if (!mutex_trylock(&call->
user_mutex
)) {
in rxrpc_recvmsg()
371
if (mutex_lock_interruptible(&call->
user_mutex
) < 0)
in rxrpc_recvmsg()
441
mutex_unlock(&call->
user_mutex
);
in rxrpc_recvmsg()
498
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_recv_data()
529
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_recv_data()
H
A
D
call_object.c
141
mutex_init(&call->
user_mutex
);
in rxrpc_alloc_call()
147
lockdep_set_class(&call->
user_mutex
,
in rxrpc_alloc_call()
342
__acquires(&call->
user_mutex
)
369
mutex_lock(&call->
user_mutex
);
427
mutex_unlock(&call->
user_mutex
);
H
A
D
af_rxrpc.c
331
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_begin_call()
359
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_shutdown_call()
370
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_shutdown_call()
454
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_set_max_life()
461
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_set_max_life()
H
A
D
ar-internal.h
615
struct mutex
user_mutex
; /* User access mutex */
member
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
sendmsg.c
493
mutex_unlock(&call->
user_mutex
);
in rxrpc_send_data()
500
if (mutex_lock_interruptible(&call->
user_mutex
) < 0) {
in rxrpc_send_data()
505
mutex_lock(&call->
user_mutex
);
in rxrpc_send_data()
623
__acquires(&call->
user_mutex
)
665
__releases(&call->
user_mutex
)
724
ret = mutex_lock_interruptible(&call->
user_mutex
);
785
mutex_unlock(&call->
user_mutex
);
821
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_send_data()
846
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_send_data()
870
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_abort_call()
[all...]
H
A
D
recvmsg.c
560
if (!mutex_trylock(&call->
user_mutex
)) {
in rxrpc_recvmsg()
565
if (mutex_lock_interruptible(&call->
user_mutex
) < 0)
in rxrpc_recvmsg()
637
mutex_unlock(&call->
user_mutex
);
in rxrpc_recvmsg()
697
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_recv_data()
750
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_recv_data()
790
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_get_reply_time()
812
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_get_reply_time()
H
A
D
call_object.c
142
mutex_init(&call->
user_mutex
);
in rxrpc_alloc_call()
148
lockdep_set_class(&call->
user_mutex
,
in rxrpc_alloc_call()
276
__acquires(&call->
user_mutex
)
312
mutex_lock(&call->
user_mutex
);
379
mutex_unlock(&call->
user_mutex
);
H
A
D
af_rxrpc.c
327
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_begin_call()
356
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_end_call()
366
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_end_call()
434
mutex_lock(&call->
user_mutex
);
in rxrpc_kernel_set_max_life()
441
mutex_unlock(&call->
user_mutex
);
in rxrpc_kernel_set_max_life()
H
A
D
ar-internal.h
552
struct mutex
user_mutex
; /* User access mutex */
member
/kernel/linux/linux-5.10/include/sound/
H
A
D
hda_codec.h
216
struct mutex
user_mutex
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
hda_codec.h
217
struct mutex
user_mutex
;
member
Completed in 32 milliseconds