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:host_seq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
H
A
D
dirty.c
88
dirty->
host_seq
.bmp = host_seq_bmp;
in pds_vfio_dirty_alloc_bitmaps()
96
vfree(dirty->
host_seq
.bmp);
in pds_vfio_dirty_free_bitmaps()
98
dirty->
host_seq
.bmp = NULL;
in pds_vfio_dirty_free_bitmaps()
120
if (pds_vfio->dirty.
host_seq
.sgl)
in pds_vfio_dirty_free_sgl()
121
__pds_vfio_dirty_free_sgl(pds_vfio, &pds_vfio->dirty.
host_seq
);
in pds_vfio_dirty_free_sgl()
163
err = __pds_vfio_dirty_alloc_sgl(pds_vfio, &dirty->
host_seq
,
in pds_vfio_dirty_alloc_sgl()
171
__pds_vfio_dirty_free_sgl(pds_vfio, &dirty->
host_seq
);
in pds_vfio_dirty_alloc_sgl()
415
return pds_vfio_dirty_seq_ack(pds_vfio, &pds_vfio->dirty.
host_seq
,
in pds_vfio_dirty_read_seq()
430
seq = (__le64 *)((u64)pds_vfio->dirty.
host_seq
.bmp + bmp_offset);
in pds_vfio_dirty_process_bitmaps()
H
A
D
dirty.h
16
struct pds_vfio_bmp_info
host_seq
;
member
Completed in 2 milliseconds