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:buf_pg_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_mr.c
138
mr->npages = mr->pbl_mtr.hem_cfg.
buf_pg_count
;
in alloc_mr_pbl()
472
if (likely(mr->npages < mr->pbl_mtr.hem_cfg.
buf_pg_count
)) {
in hns_roce_set_page()
490
mr->page_list = kvcalloc(mr->pbl_mtr.hem_cfg.
buf_pg_count
,
in hns_roce_map_mr_sg()
498
mr->npages, mr->pbl_mtr.hem_cfg.
buf_pg_count
, ret);
in hns_roce_map_mr_sg()
808
mtr->hem_cfg.
buf_pg_count
= all_pg_count;
in mtr_alloc_bufs()
952
buf_size = cfg->
buf_pg_count
<< cfg->buf_pg_shift;
in mtr_init_buf_cfg()
960
cfg->
buf_pg_count
= page_cnt;
in mtr_init_buf_cfg()
963
cfg->
buf_pg_count
= 1;
in mtr_init_buf_cfg()
977
for (page_cnt = 0, region_cnt = 0; page_cnt < cfg->
buf_pg_count
&&
in mtr_init_buf_cfg()
992
cfg->
buf_pg_count
);
in mtr_init_buf_cfg()
[all...]
H
A
D
hns_roce_device.h
351
unsigned int
buf_pg_count
; /* buffer page count */
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_mr.c
113
mr->npages = mr->pbl_mtr.hem_cfg.
buf_pg_count
;
in alloc_mr_pbl()
409
if (likely(mr->npages < mr->pbl_mtr.hem_cfg.
buf_pg_count
)) {
in hns_roce_set_page()
427
mr->page_list = kvcalloc(mr->pbl_mtr.hem_cfg.
buf_pg_count
,
in hns_roce_map_mr_sg()
435
mr->npages, mr->pbl_mtr.hem_cfg.
buf_pg_count
, ret);
in hns_roce_map_mr_sg()
879
cfg->
buf_pg_count
= 1;
in mtr_init_buf_cfg()
885
cfg->
buf_pg_count
= DIV_ROUND_UP(buf_size + unalinged_size,
in mtr_init_buf_cfg()
H
A
D
hns_roce_device.h
286
unsigned int
buf_pg_count
; /* buffer page count */
member
Completed in 10 milliseconds