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:irq_allocated
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.c
2248
if (rvu->
irq_allocated
[irq]) {
in rvu_unregister_interrupts()
2250
rvu->
irq_allocated
[irq] = false;
in rvu_unregister_interrupts()
2285
rvu->
irq_allocated
= devm_kcalloc(rvu->dev, rvu->num_vec,
in rvu_register_interrupts()
2287
if (!rvu->
irq_allocated
)
in rvu_register_interrupts()
2311
rvu->
irq_allocated
[RVU_AF_INT_VEC_MBOX] = true;
in rvu_register_interrupts()
2328
rvu->
irq_allocated
[RVU_AF_INT_VEC_PFFLR] = true;
in rvu_register_interrupts()
2348
rvu->
irq_allocated
[RVU_AF_INT_VEC_PFME] = true;
in rvu_register_interrupts()
2378
rvu->
irq_allocated
[offset] = true;
in rvu_register_interrupts()
2393
rvu->
irq_allocated
[offset] = true;
in rvu_register_interrupts()
2406
rvu->
irq_allocated
[offse
in rvu_register_interrupts()
[all...]
H
A
D
rvu.h
335
bool *
irq_allocated
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nic_main.c
62
unsigned int
irq_allocated
[NIC_PF_MSIX_VECTORS];
member
1153
if (irq == nic->
irq_allocated
[NIC_PF_INTR_ID_MBOX0])
in nic_mbx_intr_handler()
1178
if (nic->
irq_allocated
[irq])
in nic_free_all_interrupts()
1179
free_irq(nic->
irq_allocated
[irq], nic);
in nic_free_all_interrupts()
1180
nic->
irq_allocated
[irq] = 0;
in nic_free_all_interrupts()
1210
nic->
irq_allocated
[i] = irq;
in nic_register_interrupts()
H
A
D
nicvf_main.c
1099
if (!nic->
irq_allocated
[vec])
in nicvf_set_irq_affinity()
1144
nic->
irq_allocated
[irq] = true;
in nicvf_register_interrupts()
1155
nic->
irq_allocated
[irq] = true;
in nicvf_register_interrupts()
1169
nic->
irq_allocated
[irq] = true;
in nicvf_register_interrupts()
1188
if (!nic->
irq_allocated
[irq])
in nicvf_unregister_interrupts()
1199
nic->
irq_allocated
[irq] = false;
in nicvf_unregister_interrupts()
1236
nic->
irq_allocated
[irq] = true;
in nicvf_register_misc_interrupt()
H
A
D
nic.h
374
bool
irq_allocated
[NIC_VF_MSIX_VECTORS];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_cpt.c
144
WARN_ON(rvu->
irq_allocated
[irq_offs]);
in rvu_cpt_do_register_interrupt()
145
rvu->
irq_allocated
[irq_offs] = true;
in rvu_cpt_do_register_interrupt()
164
if (rvu->
irq_allocated
[off + i]) {
in cpt_10k_unregister_interrupts()
166
rvu->
irq_allocated
[off + i] = false;
in cpt_10k_unregister_interrupts()
195
if (rvu->
irq_allocated
[offs + i]) {
in cpt_unregister_interrupts()
197
rvu->
irq_allocated
[offs + i] = false;
in cpt_unregister_interrupts()
H
A
D
rvu_devlink.c
51
rvu->
irq_allocated
[offset] = true;
in rvu_common_request_irq()
53
return rvu->
irq_allocated
[offset];
in rvu_common_request_irq()
214
if (rvu->
irq_allocated
[offs + NIX_AF_INT_VEC_RVU]) {
in rvu_nix_unregister_interrupts()
217
rvu->
irq_allocated
[offs + NIX_AF_INT_VEC_RVU] = false;
in rvu_nix_unregister_interrupts()
221
if (rvu->
irq_allocated
[offs + i]) {
in rvu_nix_unregister_interrupts()
223
rvu->
irq_allocated
[offs + i] = false;
in rvu_nix_unregister_interrupts()
855
if (rvu->
irq_allocated
[offs + i]) {
in rvu_npa_unregister_interrupts()
857
rvu->
irq_allocated
[offs + i] = false;
in rvu_npa_unregister_interrupts()
H
A
D
rvu.c
2841
if (rvu->
irq_allocated
[irq]) {
in rvu_unregister_interrupts()
2843
rvu->
irq_allocated
[irq] = false;
in rvu_unregister_interrupts()
2878
rvu->
irq_allocated
= devm_kcalloc(rvu->dev, rvu->num_vec,
in rvu_register_interrupts()
2880
if (!rvu->
irq_allocated
)
in rvu_register_interrupts()
2904
rvu->
irq_allocated
[RVU_AF_INT_VEC_MBOX] = true;
in rvu_register_interrupts()
2921
rvu->
irq_allocated
[RVU_AF_INT_VEC_PFFLR] = true;
in rvu_register_interrupts()
2941
rvu->
irq_allocated
[RVU_AF_INT_VEC_PFME] = true;
in rvu_register_interrupts()
2971
rvu->
irq_allocated
[offset] = true;
in rvu_register_interrupts()
2986
rvu->
irq_allocated
[offset] = true;
in rvu_register_interrupts()
2999
rvu->
irq_allocated
[offse
in rvu_register_interrupts()
[all...]
H
A
D
rvu.h
501
bool *
irq_allocated
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_main.c
1102
if (!nic->
irq_allocated
[vec])
in nicvf_set_irq_affinity()
1147
nic->
irq_allocated
[irq] = true;
in nicvf_register_interrupts()
1158
nic->
irq_allocated
[irq] = true;
in nicvf_register_interrupts()
1172
nic->
irq_allocated
[irq] = true;
in nicvf_register_interrupts()
1191
if (!nic->
irq_allocated
[irq])
in nicvf_unregister_interrupts()
1202
nic->
irq_allocated
[irq] = false;
in nicvf_unregister_interrupts()
1239
nic->
irq_allocated
[irq] = true;
in nicvf_register_misc_interrupt()
H
A
D
nic_main.c
62
bool
irq_allocated
[NIC_PF_MSIX_VECTORS];
member
1178
if (nic->
irq_allocated
[irq])
in nic_free_all_interrupts()
1180
nic->
irq_allocated
[irq] = false;
in nic_free_all_interrupts()
1210
nic->
irq_allocated
[i] = true;
in nic_register_interrupts()
H
A
D
nic.h
374
bool
irq_allocated
[NIC_VF_MSIX_VECTORS];
member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
pcie.c
265
bool
irq_allocated
;
member
848
devinfo->
irq_allocated
= true;
in brcmf_pcie_request_irq()
860
if (!devinfo->
irq_allocated
)
in brcmf_pcie_release_irq()
879
devinfo->
irq_allocated
= false;
in brcmf_pcie_release_irq()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
pcie.c
350
bool
irq_allocated
;
member
983
devinfo->
irq_allocated
= true;
in brcmf_pcie_request_irq()
995
if (!devinfo->
irq_allocated
)
in brcmf_pcie_release_irq()
1014
devinfo->
irq_allocated
= false;
in brcmf_pcie_release_irq()
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptbase.c
2308
int
irq_allocated
= 0;
in mpt_do_ioc_recovery()
local
2438
irq_allocated
= 1;
in mpt_do_ioc_recovery()
2626
if ((ret != 0) &&
irq_allocated
) {
in mpt_do_ioc_recovery()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptbase.c
2299
int
irq_allocated
= 0;
in mpt_do_ioc_recovery()
local
2429
irq_allocated
= 1;
in mpt_do_ioc_recovery()
2617
if ((ret != 0) &&
irq_allocated
) {
in mpt_do_ioc_recovery()
Completed in 52 milliseconds