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:allocated_length
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/
H
A
D
main.c
95
buf->
allocated_length
+= filled * PAGE_SIZE;
in mlx5vf_add_migration_pages()
334
data.stop_copy_size = cpu_to_le64(migf->buf->
allocated_length
);
in mlx5vf_add_stop_copy_header()
514
if (migf->buf && migf->buf->
allocated_length
>= length) {
in mlx5vf_pci_save_device_inc_data()
652
if (vhca_buf->
allocated_length
< requested_length) {
in mlx5vf_resume_read_image_no_header()
655
DIV_ROUND_UP(requested_length - vhca_buf->
allocated_length
,
in mlx5vf_resume_read_image_no_header()
856
if (vhca_buf_header->
allocated_length
< migf->record_size) {
in mlx5vf_resume_write()
884
if (vhca_buf->
allocated_length
< size) {
in mlx5vf_resume_write()
H
A
D
cmd.h
63
u64
allocated_length
;
member
H
A
D
cmd.c
298
size_t npages = buf ? DIV_ROUND_UP(buf->
allocated_length
, PAGE_SIZE) :
in _create_mkey()
355
if (buf->dmaed || !buf->
allocated_length
)
in mlx5vf_dma_data_buffer()
452
if (buf->
allocated_length
>= length) {
in mlx5vf_get_data_buffer()
607
MLX5_SET(save_vhca_state_in, in, size, buf->
allocated_length
);
in mlx5vf_cmd_save_vhca_state()
Completed in 5 milliseconds