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:iwpm_hash_bucket
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
iwpm_util.c
45
static struct hlist_head *
iwpm_hash_bucket
;
variable
65
iwpm_hash_bucket
= kcalloc(IWPM_MAPINFO_HASH_SIZE,
in iwpm_init()
68
if (!
iwpm_hash_bucket
) {
in iwpm_init()
76
kfree(
iwpm_hash_bucket
);
in iwpm_init()
158
if (
iwpm_hash_bucket
) {
in iwpm_create_mapinfo()
193
if (
iwpm_hash_bucket
) {
in iwpm_remove_mapinfo()
229
&
iwpm_hash_bucket
[i], hlist_node) {
in free_hash_bucket()
236
kfree(
iwpm_hash_bucket
);
in free_hash_bucket()
237
iwpm_hash_bucket
= NULL;
in free_hash_bucket()
606
return &
iwpm_hash_bucket
[has
in get_mapinfo_hash_bucket()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
iwpm_util.c
45
static struct hlist_head *
iwpm_hash_bucket
;
variable
61
iwpm_hash_bucket
= kcalloc(IWPM_MAPINFO_HASH_SIZE,
in iwpm_init()
63
if (!
iwpm_hash_bucket
)
in iwpm_init()
69
kfree(
iwpm_hash_bucket
);
in iwpm_init()
128
if (
iwpm_hash_bucket
) {
in iwpm_create_mapinfo()
163
if (
iwpm_hash_bucket
) {
in iwpm_remove_mapinfo()
199
&
iwpm_hash_bucket
[i], hlist_node) {
in free_hash_bucket()
206
kfree(
iwpm_hash_bucket
);
in free_hash_bucket()
207
iwpm_hash_bucket
= NULL;
in free_hash_bucket()
562
return &
iwpm_hash_bucket
[has
in get_mapinfo_hash_bucket()
[all...]
Completed in 2 milliseconds