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:resuming_migf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/
H
A
D
main.c
1012
if (mvdev->
resuming_migf
) {
in mlx5vf_disable_fds()
1013
mlx5vf_disable_fd(mvdev->
resuming_migf
);
in mlx5vf_disable_fds()
1014
mlx5fv_cmd_clean_migf_resources(mvdev->
resuming_migf
);
in mlx5vf_disable_fds()
1015
fput(mvdev->
resuming_migf
->filp);
in mlx5vf_disable_fds()
1016
mvdev->
resuming_migf
= NULL;
in mlx5vf_disable_fds()
1095
mvdev->
resuming_migf
= migf;
in mlx5vf_pci_step_device_state_locked()
1102
mvdev->
resuming_migf
,
in mlx5vf_pci_step_device_state_locked()
1103
mvdev->
resuming_migf
->buf);
in mlx5vf_pci_step_device_state_locked()
H
A
D
cmd.h
173
struct mlx5_vf_migration_file *
resuming_migf
;
member
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/
H
A
D
hisi_acc_vfio_pci.h
114
struct hisi_acc_vf_migration_file *
resuming_migf
;
member
H
A
D
hisi_acc_vfio_pci.c
620
if (hisi_acc_vdev->
resuming_migf
) {
in hisi_acc_vf_disable_fds()
621
hisi_acc_vf_disable_fd(hisi_acc_vdev->
resuming_migf
);
in hisi_acc_vf_disable_fds()
622
fput(hisi_acc_vdev->
resuming_migf
->filp);
in hisi_acc_vf_disable_fds()
623
hisi_acc_vdev->
resuming_migf
= NULL;
in hisi_acc_vf_disable_fds()
670
struct hisi_acc_vf_migration_file *migf = hisi_acc_vdev->
resuming_migf
;
in hisi_acc_vf_load_state()
1015
hisi_acc_vdev->
resuming_migf
= migf;
in hisi_acc_vf_set_device_state()
Completed in 5 milliseconds