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:hci_cb_list_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
722
extern struct mutex
hci_cb_list_lock
;
1442
mutex_lock(&
hci_cb_list_lock
);
1447
mutex_unlock(&
hci_cb_list_lock
);
1457
mutex_lock(&
hci_cb_list_lock
);
1462
mutex_unlock(&
hci_cb_list_lock
);
1478
mutex_lock(&
hci_cb_list_lock
);
1483
mutex_unlock(&
hci_cb_list_lock
);
1518
mutex_lock(&
hci_cb_list_lock
);
1523
mutex_unlock(&
hci_cb_list_lock
);
1533
mutex_lock(&
hci_cb_list_lock
);
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
839
extern struct mutex
hci_cb_list_lock
;
1964
mutex_lock(&
hci_cb_list_lock
);
in hci_connect_cfm()
1969
mutex_unlock(&
hci_cb_list_lock
);
in hci_connect_cfm()
1979
mutex_lock(&
hci_cb_list_lock
);
in hci_disconn_cfm()
1984
mutex_unlock(&
hci_cb_list_lock
);
in hci_disconn_cfm()
2000
mutex_lock(&
hci_cb_list_lock
);
in hci_auth_cfm()
2005
mutex_unlock(&
hci_cb_list_lock
);
in hci_auth_cfm()
2040
mutex_lock(&
hci_cb_list_lock
);
in hci_encrypt_cfm()
2045
mutex_unlock(&
hci_cb_list_lock
);
in hci_encrypt_cfm()
2055
mutex_lock(&
hci_cb_list_lock
);
in hci_key_change_cfm()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
61
DEFINE_MUTEX(
hci_cb_list_lock
);
variable
3016
mutex_lock(&
hci_cb_list_lock
);
in hci_register_cb()
3018
mutex_unlock(&
hci_cb_list_lock
);
in hci_register_cb()
3028
mutex_lock(&
hci_cb_list_lock
);
in hci_unregister_cb()
3030
mutex_unlock(&
hci_cb_list_lock
);
in hci_unregister_cb()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
58
DEFINE_MUTEX(
hci_cb_list_lock
);
variable
4019
mutex_lock(&
hci_cb_list_lock
);
in hci_register_cb()
4021
mutex_unlock(&
hci_cb_list_lock
);
in hci_register_cb()
4031
mutex_lock(&
hci_cb_list_lock
);
in hci_unregister_cb()
4033
mutex_unlock(&
hci_cb_list_lock
);
in hci_unregister_cb()
Completed in 19 milliseconds