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:tx_desc_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dp.c
1165
spin_lock_bh(&dp->
tx_desc_lock
[i]);
in ath12k_dp_cc_cleanup()
1180
spin_unlock_bh(&dp->
tx_desc_lock
[i]);
in ath12k_dp_cc_cleanup()
1184
spin_lock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_cc_cleanup()
1195
spin_unlock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_cc_cleanup()
1387
spin_lock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_cc_desc_init()
1393
spin_unlock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_cc_desc_init()
1414
spin_unlock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_cc_desc_init()
1432
spin_lock_init(&dp->
tx_desc_lock
[i]);
in ath12k_dp_cc_init()
H
A
D
dp_tx.c
83
spin_lock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_tx_release_txbuf()
85
spin_unlock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_tx_release_txbuf()
93
spin_lock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_tx_assign_buffer()
98
spin_unlock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_tx_assign_buffer()
104
spin_unlock_bh(&dp->
tx_desc_lock
[pool_id]);
in ath12k_dp_tx_assign_buffer()
H
A
D
dp.h
351
spinlock_t
tx_desc_lock
[ATH12K_HW_MAX_QUEUES];
member
H
A
D
mac.c
5551
spin_lock_bh(&dp->
tx_desc_lock
[i]);
in ath12k_mac_vif_unref()
5564
spin_unlock_bh(&dp->
tx_desc_lock
[i]);
in ath12k_mac_vif_unref()
Completed in 16 milliseconds