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:proto_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_ldisc.c
103
percpu_down_read(&hu->
proto_lock
);
in hci_uart_dequeue()
108
percpu_up_read(&hu->
proto_lock
);
in hci_uart_dequeue()
124
if (!percpu_down_read_trylock(&hu->
proto_lock
))
in hci_uart_tx_wakeup()
139
percpu_up_read(&hu->
proto_lock
);
in hci_uart_tx_wakeup()
240
percpu_down_read(&hu->
proto_lock
);
in hci_uart_flush()
245
percpu_up_read(&hu->
proto_lock
);
in hci_uart_flush()
279
percpu_down_read(&hu->
proto_lock
);
in hci_uart_send_frame()
282
percpu_up_read(&hu->
proto_lock
);
in hci_uart_send_frame()
287
percpu_up_read(&hu->
proto_lock
);
in hci_uart_send_frame()
493
if (percpu_init_rwsem(&hu->
proto_lock
)) {
in hci_uart_tty_open()
[all...]
H
A
D
hci_serdev.c
304
if (percpu_init_rwsem(&hu->
proto_lock
))
in hci_uart_register_device()
380
percpu_free_rwsem(&hu->
proto_lock
);
in hci_uart_register_device()
402
percpu_free_rwsem(&hu->
proto_lock
);
in hci_uart_unregister_device()
H
A
D
hci_uart.h
75
struct percpu_rw_semaphore
proto_lock
; /* Stop work for proto close */
member
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_ldisc.c
103
percpu_down_read(&hu->
proto_lock
);
in hci_uart_dequeue()
108
percpu_up_read(&hu->
proto_lock
);
in hci_uart_dequeue()
124
if (!percpu_down_read_trylock(&hu->
proto_lock
))
in hci_uart_tx_wakeup()
139
percpu_up_read(&hu->
proto_lock
);
in hci_uart_tx_wakeup()
240
percpu_down_read(&hu->
proto_lock
);
in hci_uart_flush()
245
percpu_up_read(&hu->
proto_lock
);
in hci_uart_flush()
279
percpu_down_read(&hu->
proto_lock
);
in hci_uart_send_frame()
282
percpu_up_read(&hu->
proto_lock
);
in hci_uart_send_frame()
287
percpu_up_read(&hu->
proto_lock
);
in hci_uart_send_frame()
496
if (percpu_init_rwsem(&hu->
proto_lock
)) {
in hci_uart_tty_open()
[all...]
H
A
D
hci_serdev.c
314
if (percpu_init_rwsem(&hu->
proto_lock
))
in hci_uart_register_device_priv()
395
percpu_free_rwsem(&hu->
proto_lock
);
in hci_uart_register_device_priv()
417
percpu_free_rwsem(&hu->
proto_lock
);
in hci_uart_unregister_device()
H
A
D
hci_uart.h
75
struct percpu_rw_semaphore
proto_lock
; /* Stop work for proto close */
member
Completed in 4 milliseconds