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:device_busy_time
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
cmb.h
18
* @
device_busy_time
: time of device busy (ext. format)
43
__u64
device_busy_time
;
member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
cmb.h
18
* @
device_busy_time
: time of device busy (ext. format)
43
__u64
device_busy_time
;
member
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
cmf.c
672
/* we only know values before
device_busy_time
*/
in readall_cmb()
673
data->size = offsetof(struct cmbdata,
device_busy_time
);
in readall_cmb()
735
* @
device_busy_time
: time of device busy
752
u32
device_busy_time
;
member
892
val = cmb->
device_busy_time
;
in read_cmbe()
931
/* we only know values before
device_busy_time
*/
in readall_cmbe()
932
data->size = offsetof(struct cmbdata,
device_busy_time
);
in readall_cmbe()
950
data->
device_busy_time
= time_to_nsec(cmb->
device_busy_time
);
in readall_cmbe()
1031
cmf_attr_avg(
device_busy_time
);
variable
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
cmf.c
673
/* we only know values before
device_busy_time
*/
in readall_cmb()
674
data->size = offsetof(struct cmbdata,
device_busy_time
);
in readall_cmb()
736
* @
device_busy_time
: time of device busy
753
u32
device_busy_time
;
member
893
val = cmb->
device_busy_time
;
in read_cmbe()
932
/* we only know values before
device_busy_time
*/
in readall_cmbe()
933
data->size = offsetof(struct cmbdata,
device_busy_time
);
in readall_cmbe()
951
data->
device_busy_time
= time_to_nsec(cmb->
device_busy_time
);
in readall_cmbe()
1032
cmf_attr_avg(
device_busy_time
);
variable
[all...]
Completed in 4 milliseconds