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:pd_ida
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_pd.c
38
struct hns_roce_ida *
pd_ida
= &hr_dev->
pd_ida
;
in hns_roce_init_pd_table()
local
40
ida_init(&
pd_ida
->ida);
in hns_roce_init_pd_table()
41
pd_ida
->max = hr_dev->caps.num_pds - 1;
in hns_roce_init_pd_table()
42
pd_ida
->min = hr_dev->caps.reserved_pds;
in hns_roce_init_pd_table()
49
struct hns_roce_ida *
pd_ida
= &hr_dev->
pd_ida
;
in hns_roce_alloc_pd()
local
54
id = ida_alloc_range(&
pd_ida
->ida,
pd_ida
->min,
pd_ida
in hns_roce_alloc_pd()
[all...]
H
A
D
hns_roce_alloc.c
184
ida_destroy(&hr_dev->
pd_ida
.ida);
in hns_roce_cleanup_bitmap()
H
A
D
hns_roce_device.h
952
struct hns_roce_ida
pd_ida
;
member
/kernel/linux/linux-6.6/drivers/usb/typec/
H
A
D
pd.c
14
static DEFINE_IDA(
pd_ida
);
576
ida_simple_remove(&
pd_ida
, pd->id);
in pd_release()
621
ret = ida_simple_get(&
pd_ida
, 0, 0, GFP_KERNEL);
in usb_power_delivery_register()
712
ida_destroy(&
pd_ida
);
in usb_power_delivery_exit()
Completed in 5 milliseconds