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:pprm
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
pble.h
118
int irdma_prm_add_pble_mem(struct irdma_pble_prm *
pprm
,
120
int irdma_prm_get_pbles(struct irdma_pble_prm *
pprm
,
123
void irdma_prm_return_pbles(struct irdma_pble_prm *
pprm
,
H
A
D
utils.c
2118
* @
pprm
: pble resource manager
2121
int irdma_prm_add_pble_mem(struct irdma_pble_prm *
pprm
,
in irdma_prm_add_pble_mem()
argument
2129
sizeofbitmap = (u64)pchunk->size >>
pprm
->pble_shift;
in irdma_prm_add_pble_mem()
2137
pprm
->total_pble_alloc += pchunk->size >> 3;
in irdma_prm_add_pble_mem()
2138
pprm
->free_pble_cnt += pchunk->size >> 3;
in irdma_prm_add_pble_mem()
2145
* @
pprm
: pble resource manager
2151
int irdma_prm_get_pbles(struct irdma_pble_prm *
pprm
,
in irdma_prm_get_pbles()
argument
2158
struct list_head *chunk_entry =
pprm
->clist.next;
in irdma_prm_get_pbles()
2164
bits_needed = DIV_ROUND_UP_ULL(mem_size, BIT_ULL(
pprm
->pble_shift));
in irdma_prm_get_pbles()
2166
spin_lock_irqsave(&
pprm
in irdma_prm_get_pbles()
2204
irdma_prm_return_pbles(struct irdma_pble_prm *
pprm
, struct irdma_pble_chunkinfo *chunkinfo)
irdma_prm_return_pbles()
argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H
A
D
mana_en.c
2134
struct page_pool_params
pprm
= {};
in mana_create_page_pool()
local
2137
pprm
.pool_size = RX_BUFFERS_PER_QUEUE;
in mana_create_page_pool()
2138
pprm
.nid = gc->numa_node;
in mana_create_page_pool()
2139
pprm
.napi = &rxq->rx_cq.napi;
in mana_create_page_pool()
2141
rxq->page_pool = page_pool_create(&
pprm
);
in mana_create_page_pool()
Completed in 8 milliseconds