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_sk_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_sock.c
160
static struct bt_sock_list
hci_sk_list
= {
variable
161
.lock = __RW_LOCK_UNLOCKED(
hci_sk_list
.lock)
209
read_lock(&
hci_sk_list
.lock);
in hci_send_to_sock()
211
sk_for_each(sk, &
hci_sk_list
.head) {
in hci_send_to_sock()
261
read_unlock(&
hci_sk_list
.lock);
in hci_send_to_sock()
274
sk_for_each(sk, &
hci_sk_list
.head) {
in __hci_send_to_channel()
304
read_lock(&
hci_sk_list
.lock);
in hci_send_to_channel()
306
read_unlock(&
hci_sk_list
.lock);
in hci_send_to_channel()
381
read_lock(&
hci_sk_list
.lock);
in hci_send_monitor_ctrl_event()
383
sk_for_each(sk, &
hci_sk_list
in hci_send_monitor_ctrl_event()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sock.c
161
static struct bt_sock_list
hci_sk_list
= {
variable
162
.lock = __RW_LOCK_UNLOCKED(
hci_sk_list
.lock)
210
read_lock(&
hci_sk_list
.lock);
in hci_send_to_sock()
212
sk_for_each(sk, &
hci_sk_list
.head) {
in hci_send_to_sock()
262
read_unlock(&
hci_sk_list
.lock);
in hci_send_to_sock()
322
sk_for_each(sk, &
hci_sk_list
.head) {
in __hci_send_to_channel()
352
read_lock(&
hci_sk_list
.lock);
in hci_send_to_channel()
354
read_unlock(&
hci_sk_list
.lock);
in hci_send_to_channel()
431
read_lock(&
hci_sk_list
.lock);
in hci_send_monitor_ctrl_event()
433
sk_for_each(sk, &
hci_sk_list
in hci_send_monitor_ctrl_event()
[all...]
Completed in 3 milliseconds