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:slow_task
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H
A
D
pm8001_sas.c
687
del_timer(&task->
slow_task
->timer);
in pm8001_task_done()
688
complete(&task->
slow_task
->completion);
in pm8001_task_done()
700
complete(&task->
slow_task
->completion);
in pm8001_tmf_timedout()
735
task->
slow_task
->timer.function = pm8001_tmf_timedout;
in pm8001_exec_internal_tmf_task()
736
task->
slow_task
->timer.expires = jiffies + PM8001_TASK_TIMEOUT*HZ;
in pm8001_exec_internal_tmf_task()
737
add_timer(&task->
slow_task
->timer);
in pm8001_exec_internal_tmf_task()
742
del_timer(&task->
slow_task
->timer);
in pm8001_exec_internal_tmf_task()
746
wait_for_completion(&task->
slow_task
->completion);
in pm8001_exec_internal_tmf_task()
819
task->
slow_task
->timer.function = pm8001_tmf_timedout;
in pm8001_exec_internal_task_abort()
820
task->
slow_task
in pm8001_exec_internal_task_abort()
1190
struct sas_task_slow
slow_task
;
pm8001_abort_task()
local
[all...]
H
A
D
pm80xx_hwi.c
2152
if (t->
slow_task
)
in mpi_ssp_completion()
2153
complete(&t->
slow_task
->completion);
in mpi_ssp_completion()
2746
if (t->
slow_task
)
in mpi_sata_completion()
2747
complete(&t->
slow_task
->completion);
in mpi_sata_completion()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H
A
D
sas_scsi_host.c
862
del_timer(&task->
slow_task
->timer);
in sas_task_internal_done()
863
complete(&task->
slow_task
->completion);
in sas_task_internal_done()
881
complete(&task->
slow_task
->completion);
in sas_task_internal_timedout()
904
task->
slow_task
->timer.function = sas_task_internal_timedout;
in sas_execute_internal_abort()
905
task->
slow_task
->timer.expires = jiffies + TASK_TIMEOUT;
in sas_execute_internal_abort()
906
add_timer(&task->
slow_task
->timer);
in sas_execute_internal_abort()
914
del_timer_sync(&task->
slow_task
->timer);
in sas_execute_internal_abort()
920
wait_for_completion(&task->
slow_task
->completion);
in sas_execute_internal_abort()
1007
task->
slow_task
->timer.function = sas_task_internal_timedout;
in sas_execute_tmf()
1008
task->
slow_task
in sas_execute_tmf()
[all...]
H
A
D
sas_init.c
51
task->
slow_task
= slow;
in sas_alloc_slow_task()
62
kfree(task->
slow_task
);
in sas_free_task()
H
A
D
sas_expander.c
63
task->
slow_task
->timer.function = sas_task_internal_timedout;
in smp_execute_task_sg()
64
task->
slow_task
->timer.expires = jiffies + SMP_TIMEOUT*HZ;
in smp_execute_task_sg()
65
add_timer(&task->
slow_task
->timer);
in smp_execute_task_sg()
70
del_timer_sync(&task->
slow_task
->timer);
in smp_execute_task_sg()
75
wait_for_completion(&task->
slow_task
->completion);
in smp_execute_task_sg()
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H
A
D
pm8001_sas.c
1002
struct sas_task_slow
slow_task
;
in pm8001_abort_task()
local
1029
if (task->
slow_task
== NULL) {
in pm8001_abort_task()
1030
init_completion(&
slow_task
.completion);
in pm8001_abort_task()
1031
task->
slow_task
= &
slow_task
;
in pm8001_abort_task()
1113
&task->
slow_task
->completion,
in pm8001_abort_task()
1142
if (task->
slow_task
== &
slow_task
)
in pm8001_abort_task()
1143
task->
slow_task
= NULL;
in pm8001_abort_task()
H
A
D
pm80xx_hwi.c
2071
if (t->
slow_task
)
in mpi_ssp_completion()
2072
complete(&t->
slow_task
->completion);
in mpi_ssp_completion()
2657
if (t->
slow_task
)
in mpi_sata_completion()
2658
complete(&t->
slow_task
->completion);
in mpi_sata_completion()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H
A
D
sas_expander.c
40
complete(&task->
slow_task
->completion);
in smp_task_timedout()
47
del_timer(&task->
slow_task
->timer);
in smp_task_done()
48
complete(&task->
slow_task
->completion);
in smp_task_done()
81
task->
slow_task
->timer.function = smp_task_timedout;
in smp_execute_task_sg()
82
task->
slow_task
->timer.expires = jiffies + SMP_TIMEOUT*HZ;
in smp_execute_task_sg()
83
add_timer(&task->
slow_task
->timer);
in smp_execute_task_sg()
88
del_timer_sync(&task->
slow_task
->timer);
in smp_execute_task_sg()
93
wait_for_completion(&task->
slow_task
->completion);
in smp_execute_task_sg()
H
A
D
sas_init.c
52
task->
slow_task
= slow;
in sas_alloc_slow_task()
64
kfree(task->
slow_task
);
in sas_free_task()
H
A
D
sas_scsi_host.c
898
struct sas_task_slow *slow = task->
slow_task
;
in sas_task_abort()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_main.c
1170
del_timer(&task->
slow_task
->timer);
in hisi_sas_task_done()
1171
complete(&task->
slow_task
->completion);
in hisi_sas_task_done()
1189
complete(&task->
slow_task
->completion);
in hisi_sas_tmf_timedout()
1221
task->
slow_task
->timer.function = hisi_sas_tmf_timedout;
in hisi_sas_exec_internal_tmf_task()
1222
task->
slow_task
->timer.expires = jiffies + TASK_TIMEOUT * HZ;
in hisi_sas_exec_internal_tmf_task()
1223
add_timer(&task->
slow_task
->timer);
in hisi_sas_exec_internal_tmf_task()
1228
del_timer(&task->
slow_task
->timer);
in hisi_sas_exec_internal_tmf_task()
1234
wait_for_completion(&task->
slow_task
->completion);
in hisi_sas_exec_internal_tmf_task()
2058
task->
slow_task
->timer.function = hisi_sas_tmf_timedout;
in _hisi_sas_internal_task_abort()
2059
task->
slow_task
in _hisi_sas_internal_task_abort()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H
A
D
mv_sas.c
1262
if (!del_timer(&task->
slow_task
->timer))
in mvs_task_done()
1264
complete(&task->
slow_task
->completion);
in mvs_task_done()
1273
complete(&task->
slow_task
->completion);
in mvs_tmf_timedout()
1294
task->
slow_task
->timer.function = mvs_tmf_timedout;
in mvs_exec_internal_tmf_task()
1295
task->
slow_task
->timer.expires = jiffies + MVS_TASK_TIMEOUT*HZ;
in mvs_exec_internal_tmf_task()
1296
add_timer(&task->
slow_task
->timer);
in mvs_exec_internal_tmf_task()
1301
del_timer(&task->
slow_task
->timer);
in mvs_exec_internal_tmf_task()
1306
wait_for_completion(&task->
slow_task
->completion);
in mvs_exec_internal_tmf_task()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libsas.h
603
struct sas_task_slow *
slow_task
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libsas.h
598
struct sas_task_slow *
slow_task
;
member
Completed in 33 milliseconds