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:stopclk
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_erp.c
106
cqr->
stopclk
= get_tod_clock();
in dasd_default_erp_action()
128
unsigned long startclk,
stopclk
;
in dasd_default_erp_postaction()
local
135
stopclk
= cqr->
stopclk
;
in dasd_default_erp_postaction()
152
cqr->
stopclk
=
stopclk
;
in dasd_default_erp_postaction()
158
cqr->
stopclk
= get_tod_clock();
in dasd_default_erp_postaction()
H
A
D
dasd_diag.c
196
cqr->
stopclk
= get_tod_clock();
in dasd_start_diag()
227
cqr->
stopclk
= get_tod_clock();
in dasd_diag_term_IO()
281
cqr->
stopclk
= get_tod_clock();
in dasd_ext_handler()
H
A
D
dasd.c
834
!cqr->
stopclk
|| !cqr->endclk ||
in dasd_profile_end()
839
irqtime = ((cqr->
stopclk
- cqr->startclk) >> 12);
in dasd_profile_end()
840
endtime = ((cqr->endclk - cqr->
stopclk
) >> 12);
in dasd_profile_end()
1384
cqr->
stopclk
= get_tod_clock();
in dasd_term_IO()
1400
cqr->
stopclk
= get_tod_clock();
in dasd_term_IO()
1801
cqr->
stopclk
= now;
in dasd_int_handler()
1851
cqr->
stopclk
= now;
in dasd_int_handler()
2175
cqr->
stopclk
= get_tod_clock();
in dasd_flush_device_queue()
2688
cqr->
stopclk
= get_tod_clock();
in __dasd_cancel_req()
H
A
D
dasd_int.h
185
unsigned long
stopclk
; /* TOD-clock of request interrupt */
member
H
A
D
dasd_3990_erp.c
2398
cqr->
stopclk
= get_tod_clock();
in dasd_3990_erp_add_erp()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_erp.c
106
cqr->
stopclk
= get_tod_clock();
in dasd_default_erp_action()
128
unsigned long startclk,
stopclk
;
in dasd_default_erp_postaction()
local
135
stopclk
= cqr->
stopclk
;
in dasd_default_erp_postaction()
152
cqr->
stopclk
=
stopclk
;
in dasd_default_erp_postaction()
158
cqr->
stopclk
= get_tod_clock();
in dasd_default_erp_postaction()
H
A
D
dasd_diag.c
195
cqr->
stopclk
= get_tod_clock();
in dasd_start_diag()
226
cqr->
stopclk
= get_tod_clock();
in dasd_diag_term_IO()
280
cqr->
stopclk
= get_tod_clock();
in dasd_ext_handler()
H
A
D
dasd.c
768
!cqr->
stopclk
|| !cqr->endclk ||
in dasd_profile_end()
773
irqtime = ((cqr->
stopclk
- cqr->startclk) >> 12);
in dasd_profile_end()
774
endtime = ((cqr->endclk - cqr->
stopclk
) >> 12);
in dasd_profile_end()
1318
cqr->
stopclk
= get_tod_clock();
in dasd_term_IO()
1334
cqr->
stopclk
= get_tod_clock();
in dasd_term_IO()
1735
cqr->
stopclk
= now;
in dasd_int_handler()
1785
cqr->
stopclk
= now;
in dasd_int_handler()
2127
cqr->
stopclk
= get_tod_clock();
in dasd_flush_device_queue()
2640
cqr->
stopclk
= get_tod_clock();
in __dasd_cancel_req()
H
A
D
dasd_int.h
184
unsigned long
stopclk
; /* TOD-clock of request interrupt */
member
H
A
D
dasd_3990_erp.c
2403
cqr->
stopclk
= get_tod_clock();
in dasd_3990_erp_add_erp()
Completed in 22 milliseconds