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:lpi_map
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-gic-v3-its.c
143
unsigned long *
lpi_map
;
member
3372
unsigned long *
lpi_map
= NULL;
in its_create_device()
local
3397
lpi_map
= its_lpi_alloc(nvecs, &lpi_base, &nr_lpis);
in its_create_device()
3398
if (
lpi_map
)
in its_create_device()
3407
if (!dev || !itt || !col_map || (!
lpi_map
&& alloc_lpis)) {
in its_create_device()
3410
kfree(
lpi_map
);
in its_create_device()
3420
dev->event_map.
lpi_map
=
lpi_map
;
in its_create_device()
3454
/* Find a free LPI region in
lpi_map
and allocate them. */
in its_alloc_device_irq()
3455
idx = bitmap_find_free_region(dev->event_map.
lpi_map
,
in its_alloc_device_irq()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-gic-v3-its.c
145
unsigned long *
lpi_map
;
member
3412
unsigned long *
lpi_map
= NULL;
in its_create_device()
local
3437
lpi_map
= its_lpi_alloc(nvecs, &lpi_base, &nr_lpis);
in its_create_device()
3438
if (
lpi_map
)
in its_create_device()
3447
if (!dev || !itt || !col_map || (!
lpi_map
&& alloc_lpis)) {
in its_create_device()
3450
bitmap_free(
lpi_map
);
in its_create_device()
3460
dev->event_map.
lpi_map
=
lpi_map
;
in its_create_device()
3494
/* Find a free LPI region in
lpi_map
and allocate them. */
in its_alloc_device_irq()
3495
idx = bitmap_find_free_region(dev->event_map.
lpi_map
,
in its_alloc_device_irq()
[all...]
Completed in 17 milliseconds