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:adf_vf_stop_wq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
adf_vf_isr.c
24
static struct workqueue_struct *
adf_vf_stop_wq
;
variable
95
queue_work(
adf_vf_stop_wq
, &stop_data->work);
in adf_pf2vf_handle_pf_restarting()
281
* are received and flushes the workqueue '
adf_vf_stop_wq
'.
289
flush_workqueue(
adf_vf_stop_wq
);
in adf_flush_vf_wq()
296
* Function init workqueue '
adf_vf_stop_wq
' for VF.
302
adf_vf_stop_wq
= alloc_workqueue("
adf_vf_stop_wq
", WQ_MEM_RECLAIM, 0);
in adf_init_vf_wq()
304
return !
adf_vf_stop_wq
? -EFAULT : 0;
in adf_init_vf_wq()
309
if (
adf_vf_stop_wq
)
in adf_exit_vf_wq()
310
destroy_workqueue(
adf_vf_stop_wq
);
in adf_exit_vf_wq()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
adf_vf_isr.c
24
static struct workqueue_struct *
adf_vf_stop_wq
;
variable
110
queue_work(
adf_vf_stop_wq
, &stop_data->work);
in adf_pf2vf_bh_handler()
296
adf_vf_stop_wq
= alloc_workqueue("
adf_vf_stop_wq
", WQ_MEM_RECLAIM, 0);
in adf_init_vf_wq()
298
return !
adf_vf_stop_wq
? -EFAULT : 0;
in adf_init_vf_wq()
303
if (
adf_vf_stop_wq
)
in adf_exit_vf_wq()
304
destroy_workqueue(
adf_vf_stop_wq
);
in adf_exit_vf_wq()
306
adf_vf_stop_wq
= NULL;
in adf_exit_vf_wq()
Completed in 1 milliseconds