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:table_chunk_size
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.c
570
i = (obj & (table->num_obj - 1)) / (table->
table_chunk_size
/
in hns_roce_table_get()
581
table->
table_chunk_size
>> PAGE_SHIFT,
in hns_roce_table_get()
582
table->
table_chunk_size
,
in hns_roce_table_get()
691
(table->
table_chunk_size
/ table->obj_size);
in hns_roce_table_put()
728
obj_per_chunk = table->
table_chunk_size
/ table->obj_size;
in hns_roce_table_find()
788
table->
table_chunk_size
= hr_dev->caps.chunk_sz;
in hns_roce_init_hem_table()
789
obj_per_chunk = table->
table_chunk_size
/ obj_size;
in hns_roce_init_hem_table()
930
i * table->
table_chunk_size
/ table->obj_size, 0))
in hns_roce_cleanup_hem_table()
H
A
D
hns_roce_device.h
308
unsigned long
table_chunk_size
;
member
H
A
D
hns_roce_hw_v1.c
471
(table->
table_chunk_size
/ table->obj_size);
in hns_roce_v1_set_hem()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.c
579
i = obj / (table->
table_chunk_size
/ table->obj_size);
in hns_roce_table_get()
589
table->
table_chunk_size
>> PAGE_SHIFT,
in hns_roce_table_get()
590
table->
table_chunk_size
,
in hns_roce_table_get()
707
i = obj / (table->
table_chunk_size
/ table->obj_size);
in hns_roce_table_put()
743
obj_per_chunk = table->
table_chunk_size
/ table->obj_size;
in hns_roce_table_find()
801
table->
table_chunk_size
= hr_dev->caps.chunk_sz;
in hns_roce_init_hem_table()
802
obj_per_chunk = table->
table_chunk_size
/ obj_size;
in hns_roce_init_hem_table()
942
obj = i * table->
table_chunk_size
/ table->obj_size;
in hns_roce_cleanup_hem_table()
H
A
D
hns_roce_device.h
245
unsigned long
table_chunk_size
;
member
Completed in 21 milliseconds