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:stop_data
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
adf_vf_isr.c
59
struct adf_vf_stop_data *
stop_data
=
in adf_dev_stop_async()
local
61
struct adf_accel_dev *accel_dev =
stop_data
->accel_dev;
in adf_dev_stop_async()
68
kfree(
stop_data
);
in adf_dev_stop_async()
94
struct adf_vf_stop_data *
stop_data
;
in adf_pf2vf_bh_handler()
local
101
stop_data
= kzalloc(sizeof(*
stop_data
), GFP_ATOMIC);
in adf_pf2vf_bh_handler()
102
if (!
stop_data
) {
in adf_pf2vf_bh_handler()
108
stop_data
->accel_dev = accel_dev;
in adf_pf2vf_bh_handler()
109
INIT_WORK(&
stop_data
->work, adf_dev_stop_async);
in adf_pf2vf_bh_handler()
110
queue_work(adf_vf_stop_wq, &
stop_data
in adf_pf2vf_bh_handler()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
adf_vf_isr.c
69
struct adf_vf_stop_data *
stop_data
=
in adf_dev_stop_async()
local
71
struct adf_accel_dev *accel_dev =
stop_data
->accel_dev;
in adf_dev_stop_async()
78
kfree(
stop_data
);
in adf_dev_stop_async()
83
struct adf_vf_stop_data *
stop_data
;
in adf_pf2vf_handle_pf_restarting()
local
86
stop_data
= kzalloc(sizeof(*
stop_data
), GFP_ATOMIC);
in adf_pf2vf_handle_pf_restarting()
87
if (!
stop_data
) {
in adf_pf2vf_handle_pf_restarting()
93
stop_data
->accel_dev = accel_dev;
in adf_pf2vf_handle_pf_restarting()
94
INIT_WORK(&
stop_data
->work, adf_dev_stop_async);
in adf_pf2vf_handle_pf_restarting()
95
queue_work(adf_vf_stop_wq, &
stop_data
in adf_pf2vf_handle_pf_restarting()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
omap.c
144
struct mmc_data *
stop_data
;
member
432
struct mmc_data *data = host->
stop_data
;
in mmc_omap_send_stop_work()
465
host->
stop_data
= data;
in mmc_omap_xfer_done()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
omap.c
149
struct mmc_data *
stop_data
;
member
445
struct mmc_data *data = host->
stop_data
;
in mmc_omap_send_stop_work()
478
host->
stop_data
= data;
in mmc_omap_xfer_done()
Completed in 9 milliseconds