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:rfcomm_dlc_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H
A
D
tty.c
88
rfcomm_dlc_lock
(dlc);
in rfcomm_dev_destruct()
276
rfcomm_dlc_lock
(dlc);
in __rfcomm_dev_add()
667
rfcomm_dlc_lock
(dev->dlc);
in rfcomm_tty_copy_pending()
690
rfcomm_dlc_lock
(dev->dlc);
in rfcomm_tty_cleanup()
720
rfcomm_dlc_lock
(dlc);
in rfcomm_tty_install()
H
A
D
core.c
487
rfcomm_dlc_lock
(d);
in __rfcomm_dlc_close()
1216
rfcomm_dlc_lock
(d);
in rfcomm_recv_ua()
1327
rfcomm_dlc_lock
(d);
in rfcomm_dlc_accept()
1345
rfcomm_dlc_lock
(d);
in rfcomm_check_accept()
1623
rfcomm_dlc_lock
(d);
in rfcomm_recv_msc()
1722
rfcomm_dlc_lock
(d);
in rfcomm_recv_data()
1899
rfcomm_dlc_lock
(d);
in rfcomm_process_dlcs()
H
A
D
sock.c
48
* called under
rfcomm_dlc_lock
()
101
rfcomm_dlc_lock
(d);
in rfcomm_sk_state_change()
162
rfcomm_dlc_lock
(d);
in rfcomm_sock_destruct()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H
A
D
tty.c
87
rfcomm_dlc_lock
(dlc);
in rfcomm_dev_destruct()
277
rfcomm_dlc_lock
(dlc);
in __rfcomm_dev_add()
668
rfcomm_dlc_lock
(dev->dlc);
in rfcomm_tty_copy_pending()
691
rfcomm_dlc_lock
(dev->dlc);
in rfcomm_tty_cleanup()
721
rfcomm_dlc_lock
(dlc);
in rfcomm_tty_install()
H
A
D
core.c
491
rfcomm_dlc_lock
(d);
in __rfcomm_dlc_close()
1220
rfcomm_dlc_lock
(d);
in rfcomm_recv_ua()
1331
rfcomm_dlc_lock
(d);
in rfcomm_dlc_accept()
1349
rfcomm_dlc_lock
(d);
in rfcomm_check_accept()
1627
rfcomm_dlc_lock
(d);
in rfcomm_recv_msc()
1726
rfcomm_dlc_lock
(d);
in rfcomm_recv_data()
1903
rfcomm_dlc_lock
(d);
in rfcomm_process_dlcs()
H
A
D
sock.c
48
* called under
rfcomm_dlc_lock
()
101
rfcomm_dlc_lock
(d);
in rfcomm_sk_state_change()
162
rfcomm_dlc_lock
(d);
in rfcomm_sock_destruct()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
rfcomm.h
246
#define
rfcomm_dlc_lock
(d) mutex_lock(&d->lock)
macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
rfcomm.h
246
#define
rfcomm_dlc_lock
(d) mutex_lock(&d->lock)
macro
Completed in 14 milliseconds