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:reo_cmd_lock
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dp_rx.c
569
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath12k_dp_rx_reo_cmd_list_cleanup()
587
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath12k_dp_rx_reo_cmd_list_cleanup()
643
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath12k_dp_reo_cmd_send()
645
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath12k_dp_reo_cmd_send()
713
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath12k_dp_rx_tid_del_func()
726
/* Unlock the
reo_cmd_lock
before using ath12k_dp_reo_cmd_send()
in ath12k_dp_rx_tid_del_func()
734
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath12k_dp_rx_tid_del_func()
738
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath12k_dp_rx_tid_del_func()
741
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath12k_dp_rx_tid_del_func()
3901
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath12k_dp_rx_process_reo_status()
[all...]
H
A
D
dp.h
338
spinlock_t
reo_cmd_lock
;
member
H
A
D
dp.c
1517
spin_lock_init(&dp->
reo_cmd_lock
);
in ath12k_dp_alloc()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
dp_rx.c
630
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_reo_cmd_list_cleanup()
648
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_reo_cmd_list_cleanup()
727
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_rx_tid_del_func()
739
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_rx_tid_del_func()
743
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_rx_tid_del_func()
746
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_rx_tid_del_func()
4194
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_process_reo_status()
4202
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_process_reo_status()
H
A
D
dp_tx.c
643
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_tx_send_reo_cmd()
645
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_tx_send_reo_cmd()
H
A
D
dp.h
251
spinlock_t
reo_cmd_lock
;
member
H
A
D
dp.c
1036
spin_lock_init(&dp->
reo_cmd_lock
);
in ath11k_dp_alloc()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
dp_tx.c
798
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_tx_send_reo_cmd()
800
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_tx_send_reo_cmd()
H
A
D
dp.h
286
spinlock_t
reo_cmd_lock
;
member
H
A
D
dp_rx.c
673
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_reo_cmd_list_cleanup()
699
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_reo_cmd_list_cleanup()
781
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_rx_tid_del_func()
793
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_rx_tid_del_func()
797
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_rx_tid_del_func()
800
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_rx_tid_del_func()
4335
spin_lock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_process_reo_status()
4343
spin_unlock_bh(&dp->
reo_cmd_lock
);
in ath11k_dp_process_reo_status()
H
A
D
dp.c
1061
spin_lock_init(&dp->
reo_cmd_lock
);
in ath11k_dp_alloc()
Completed in 38 milliseconds