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:saving_migf
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/
H
A
D
main.c
500
struct mlx5_vf_migration_file *migf = mvdev->
saving_migf
;
in mlx5vf_pci_save_device_inc_data()
1018
if (mvdev->
saving_migf
) {
in mlx5vf_disable_fds()
1019
mlx5_cmd_cleanup_async_ctx(&mvdev->
saving_migf
->async_ctx);
in mlx5vf_disable_fds()
1020
cancel_work_sync(&mvdev->
saving_migf
->async_data.work);
in mlx5vf_disable_fds()
1021
mlx5vf_disable_fd(mvdev->
saving_migf
);
in mlx5vf_disable_fds()
1022
mlx5fv_cmd_clean_migf_resources(mvdev->
saving_migf
);
in mlx5vf_disable_fds()
1023
fput(mvdev->
saving_migf
->filp);
in mlx5vf_disable_fds()
1024
mvdev->
saving_migf
= NULL;
in mlx5vf_disable_fds()
1076
mvdev->
saving_migf
= migf;
in mlx5vf_pci_step_device_state_locked()
1120
mvdev->
saving_migf
in mlx5vf_pci_step_device_state_locked()
[all...]
H
A
D
cmd.h
174
struct mlx5_vf_migration_file *
saving_migf
;
member
H
A
D
cmd.c
40
struct mlx5_vf_migration_file *migf = mvdev->
saving_migf
;
in mlx5vf_cmd_suspend_vhca()
50
* In case PRE_COPY is used,
saving_migf
is exposed while the device is
in mlx5vf_cmd_suspend_vhca()
101
* In case PRE_COPY is used,
saving_migf
is exposed while device is
in mlx5vf_cmd_query_vhca_migration_state()
107
ret = wait_for_completion_interruptible(&mvdev->
saving_migf
->save_comp);
in mlx5vf_cmd_query_vhca_migration_state()
110
if (mvdev->
saving_migf
->state ==
in mlx5vf_cmd_query_vhca_migration_state()
118
complete(&mvdev->
saving_migf
->save_comp);
in mlx5vf_cmd_query_vhca_migration_state()
135
complete(&mvdev->
saving_migf
->save_comp);
in mlx5vf_cmd_query_vhca_migration_state()
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/
H
A
D
hisi_acc_vfio_pci.c
626
if (hisi_acc_vdev->
saving_migf
) {
in hisi_acc_vf_disable_fds()
627
hisi_acc_vf_disable_fd(hisi_acc_vdev->
saving_migf
);
in hisi_acc_vf_disable_fds()
628
fput(hisi_acc_vdev->
saving_migf
->filp);
in hisi_acc_vf_disable_fds()
629
hisi_acc_vdev->
saving_migf
= NULL;
in hisi_acc_vf_disable_fds()
916
* Userspace didn't use PRECOPY support. Hence
saving_migf
in hisi_acc_vf_stop_copy()
923
migf = hisi_acc_vdev->
saving_migf
;
in hisi_acc_vf_stop_copy()
967
hisi_acc_vdev->
saving_migf
= migf;
in hisi_acc_vf_set_device_state()
999
hisi_acc_vdev->
saving_migf
= migf;
in hisi_acc_vf_set_device_state()
H
A
D
hisi_acc_vfio_pci.h
115
struct hisi_acc_vf_migration_file *
saving_migf
;
member
Completed in 8 milliseconds