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:pages_iter
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
umr.c
703
size_t
pages_iter
;
in mlx5r_umr_update_xlt()
local
728
pages_iter
= sg.length / desc_size;
in mlx5r_umr_update_xlt()
744
pages_mapped +=
pages_iter
, idx +=
pages_iter
) {
in mlx5r_umr_update_xlt()
745
npages = min_t(int,
pages_iter
, pages_to_map - pages_mapped);
in mlx5r_umr_update_xlt()
754
if (pages_mapped +
pages_iter
>= pages_to_map)
in mlx5r_umr_update_xlt()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
mr.c
1038
size_t
pages_iter
= 0;
in mlx5_ib_update_xlt()
local
1078
pages_iter
= size / desc_size;
in mlx5_ib_update_xlt()
1115
pages_mapped +=
pages_iter
, idx +=
pages_iter
) {
in mlx5_ib_update_xlt()
1116
npages = min_t(int,
pages_iter
, pages_to_map - pages_mapped);
in mlx5_ib_update_xlt()
1134
if (pages_mapped +
pages_iter
>= pages_to_map) {
in mlx5_ib_update_xlt()
Completed in 5 milliseconds