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:exit_time
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/amd/pmc/
H
A
D
pmc.c
483
u64 entry_time,
exit_time
, residency;
in s0ix_stats_show()
local
499
exit_time
= ioread32(dev->fch_virt_addr + FCH_S0I3_EXIT_TIME_H_OFFSET);
in s0ix_stats_show()
500
exit_time
=
exit_time
<< 32 | ioread32(dev->fch_virt_addr + FCH_S0I3_EXIT_TIME_L_OFFSET);
in s0ix_stats_show()
503
residency =
exit_time
- entry_time;
in s0ix_stats_show()
508
seq_printf(s, "S0ix Exit Time: %lld\n",
exit_time
);
in s0ix_stats_show()
/kernel/linux/linux-6.6/drivers/vdpa/solidrun/
H
A
D
snet_main.c
630
unsigned long
exit_time
;
in psnet_detect_bar()
local
633
exit_time
= jiffies + usecs_to_jiffies(SNET_DETECT_TIMEOUT);
in psnet_detect_bar()
636
while (time_before(jiffies,
exit_time
)) {
in psnet_detect_bar()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-kwork.c
481
u64
exit_time
= sample->time;
in report_update_exit_event()
local
484
if ((entry_time != 0) && (
exit_time
>= entry_time)) {
in report_update_exit_event()
485
delta =
exit_time
- entry_time;
in report_update_exit_event()
490
work->max_runtime_end =
exit_time
;
in report_update_exit_event()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
rocket.c
1423
int check_time,
exit_time
;
in rp_wait_until_sent()
local
1447
exit_time
= orig_jiffies + timeout - jiffies;
in rp_wait_until_sent()
1448
if (
exit_time
<= 0)
in rp_wait_until_sent()
1450
if (
exit_time
< check_time)
in rp_wait_until_sent()
1451
check_time =
exit_time
;
in rp_wait_until_sent()
Completed in 16 milliseconds