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:hash_bucket_head
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
iwpm_util.c
139
struct hlist_head *
hash_bucket_head
= NULL;
in iwpm_create_mapinfo()
local
159
hash_bucket_head
= get_mapinfo_hash_bucket(
in iwpm_create_mapinfo()
162
if (
hash_bucket_head
) {
in iwpm_create_mapinfo()
163
hlist_add_head(&map_info->hlist_node,
hash_bucket_head
);
in iwpm_create_mapinfo()
169
if (!
hash_bucket_head
)
in iwpm_create_mapinfo()
187
struct hlist_head *
hash_bucket_head
;
in iwpm_remove_mapinfo()
local
194
hash_bucket_head
= get_mapinfo_hash_bucket(
in iwpm_remove_mapinfo()
197
if (!
hash_bucket_head
)
in iwpm_remove_mapinfo()
201
hash_bucket_head
, hlist_node) {
in iwpm_remove_mapinfo()
269
struct hlist_head *
hash_bucket_head
;
in iwpm_add_remote_info()
local
300
struct hlist_head *
hash_bucket_head
;
iwpm_get_remote_info()
local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
iwpm_util.c
111
struct hlist_head *
hash_bucket_head
= NULL;
in iwpm_create_mapinfo()
local
129
hash_bucket_head
= get_mapinfo_hash_bucket(
in iwpm_create_mapinfo()
132
if (
hash_bucket_head
) {
in iwpm_create_mapinfo()
133
hlist_add_head(&map_info->hlist_node,
hash_bucket_head
);
in iwpm_create_mapinfo()
139
if (!
hash_bucket_head
)
in iwpm_create_mapinfo()
157
struct hlist_head *
hash_bucket_head
;
in iwpm_remove_mapinfo()
local
164
hash_bucket_head
= get_mapinfo_hash_bucket(
in iwpm_remove_mapinfo()
167
if (!
hash_bucket_head
)
in iwpm_remove_mapinfo()
171
hash_bucket_head
, hlist_node) {
in iwpm_remove_mapinfo()
239
struct hlist_head *
hash_bucket_head
;
in iwpm_add_remote_info()
local
270
struct hlist_head *
hash_bucket_head
;
iwpm_get_remote_info()
local
[all...]
Completed in 2 milliseconds