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:PBLE_PER_PAGE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
pble.c
219
if (pble_rsrc->unallocated_pble <
PBLE_PER_PAGE
)
in add_pble_prm()
338
u32 pblcnt =
PBLE_PER_PAGE
;
in get_lvl2_pble()
348
lflast = palloc->total_cnt %
PBLE_PER_PAGE
;
in get_lvl2_pble()
372
lflast :
PBLE_PER_PAGE
;
in get_lvl2_pble()
434
if (!status || lvl == PBLE_LEVEL_1 || palloc->total_cnt <=
PBLE_PER_PAGE
)
in get_lvl1_lvl2_pble()
H
A
D
pble.h
7
#define
PBLE_PER_PAGE
512
macro
H
A
D
verbs.c
2401
if ((*start_addr + (i * pg_size *
PBLE_PER_PAGE
)) != *arr)
in irdma_check_mr_contiguous()
2749
palloc_info->addr[iwmr->npages & (
PBLE_PER_PAGE
- 1)] = addr;
in irdma_set_page()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_pble.c
302
vf_pble_info.pd_entry_cnt =
PBLE_PER_PAGE
;
in add_bp_pages()
337
if (pble_rsrc->unallocated_pble <
PBLE_PER_PAGE
)
in add_pble_pool()
456
u32 pblcnt =
PBLE_PER_PAGE
;
in get_lvl2_pble()
464
lflast = palloc->total_cnt %
PBLE_PER_PAGE
;
in get_lvl2_pble()
484
pblcnt = (lflast && ((i + 1) == total)) ? lflast :
PBLE_PER_PAGE
;
in get_lvl2_pble()
546
if (status && (palloc->total_cnt >
PBLE_PER_PAGE
))
in get_lvl1_lvl2_pble()
H
A
D
i40iw_pble.h
39
#define
PBLE_PER_PAGE
512
macro
H
A
D
i40iw_verbs.c
1360
if ((*start_addr + (i * pg_size *
PBLE_PER_PAGE
)) != *arr)
in i40iw_check_mr_contiguous()
Completed in 12 milliseconds