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:dpc_thread
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_os.c
3316
ha->
dpc_thread
= kthread_create(qla2x00_do_dpc, ha,
in qla2x00_probe_one()
3318
if (IS_ERR(ha->
dpc_thread
)) {
in qla2x00_probe_one()
3321
ret = PTR_ERR(ha->
dpc_thread
);
in qla2x00_probe_one()
3322
ha->
dpc_thread
= NULL;
in qla2x00_probe_one()
3468
if (ha->
dpc_thread
) {
in qla2x00_probe_one()
3469
struct task_struct *t = ha->
dpc_thread
;
in qla2x00_probe_one()
3471
ha->
dpc_thread
= NULL;
in qla2x00_probe_one()
3651
if (ha->
dpc_thread
) {
in qla2x00_destroy_deferred_work()
3652
struct task_struct *t = ha->
dpc_thread
;
in qla2x00_destroy_deferred_work()
3655
* qla2xxx_wake_dpc checks for ->
dpc_thread
in qla2x00_destroy_deferred_work()
[all...]
H
A
D
qla_def.h
4233
struct task_struct *
dpc_thread
;
member
H
A
D
qla_mbx.c
508
} else if (current == ha->
dpc_thread
) {
in qla2x00_mailbox_command()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_os.c
3487
ha->
dpc_thread
= kthread_create(qla2x00_do_dpc, ha,
in qla2x00_probe_one()
3489
if (IS_ERR(ha->
dpc_thread
)) {
in qla2x00_probe_one()
3492
ret = PTR_ERR(ha->
dpc_thread
);
in qla2x00_probe_one()
3493
ha->
dpc_thread
= NULL;
in qla2x00_probe_one()
3642
if (ha->
dpc_thread
) {
in qla2x00_probe_one()
3643
struct task_struct *t = ha->
dpc_thread
;
in qla2x00_probe_one()
3645
ha->
dpc_thread
= NULL;
in qla2x00_probe_one()
3825
if (ha->
dpc_thread
) {
in qla2x00_destroy_deferred_work()
3826
struct task_struct *t = ha->
dpc_thread
;
in qla2x00_destroy_deferred_work()
3829
* qla2xxx_wake_dpc checks for ->
dpc_thread
in qla2x00_destroy_deferred_work()
[all...]
H
A
D
qla_def.h
4461
struct task_struct *
dpc_thread
;
member
H
A
D
qla_mbx.c
522
} else if (current == ha->
dpc_thread
) {
in qla2x00_mailbox_command()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
660
struct workqueue_struct *
dpc_thread
;
member
H
A
D
ql4_os.c
5204
if (ha->
dpc_thread
)
in qla4xxx_wake_dpc()
5205
queue_work(ha->
dpc_thread
, &ha->dpc_work);
in qla4xxx_wake_dpc()
5510
if (ha->
dpc_thread
)
in qla4xxx_free_adapter()
5511
destroy_workqueue(ha->
dpc_thread
);
in qla4xxx_free_adapter()
8826
ha->
dpc_thread
= create_singlethread_workqueue(buf);
in qla4xxx_probe_adapter()
8827
if (!ha->
dpc_thread
) {
in qla4xxx_probe_adapter()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
669
struct workqueue_struct *
dpc_thread
;
member
H
A
D
ql4_os.c
5195
if (ha->
dpc_thread
)
in qla4xxx_wake_dpc()
5196
queue_work(ha->
dpc_thread
, &ha->dpc_work);
in qla4xxx_wake_dpc()
5501
if (ha->
dpc_thread
)
in qla4xxx_free_adapter()
5502
destroy_workqueue(ha->
dpc_thread
);
in qla4xxx_free_adapter()
8809
ha->
dpc_thread
= create_singlethread_workqueue(buf);
in qla4xxx_probe_adapter()
8810
if (!ha->
dpc_thread
) {
in qla4xxx_probe_adapter()
Completed in 78 milliseconds