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:gt_stamp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc.h
239
* @
gt_stamp
: 64 bit extended value of the GT timestamp.
241
u64
gt_stamp
;
member
H
A
D
intel_guc_submission.c
1170
u32 gt_stamp_hi = upper_32_bits(guc->timestamp.
gt_stamp
);
in __extend_last_switch()
1171
u32 gt_stamp_last = lower_32_bits(guc->timestamp.
gt_stamp
);
in __extend_last_switch()
1178
* worker that updates the
gt_stamp
every POLL_TIME_CLKS. As long as gt
in __extend_last_switch()
1180
* within +/- POLL_TIME_CLKS of the most recent
gt_stamp
.
in __extend_last_switch()
1182
* If neither
gt_stamp
nor new_start has rolled over, then the
in __extend_last_switch()
1278
gt_stamp_hi = upper_32_bits(guc->timestamp.
gt_stamp
);
in guc_update_pm_timestamp()
1284
if (gt_stamp_lo < lower_32_bits(guc->timestamp.
gt_stamp
))
in guc_update_pm_timestamp()
1287
guc->timestamp.
gt_stamp
= ((u64)gt_stamp_hi << 32) | gt_stamp_lo;
in guc_update_pm_timestamp()
1322
* The active busyness depends on start_gt_clk and
gt_stamp
.
in guc_engine_busyness()
1323
*
gt_stamp
i
in guc_engine_busyness()
[all...]
Completed in 6 milliseconds