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:stall_time
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/apei/
H
A
D
erst.c
175
u64
stall_time
;
in erst_exec_stall()
local
182
stall_time
= FIRMWARE_MAX_STALL;
in erst_exec_stall()
184
stall_time
= ctx->value;
in erst_exec_stall()
185
udelay(
stall_time
);
in erst_exec_stall()
195
u64
stall_time
;
in erst_exec_stall_while_true()
local
202
stall_time
= FIRMWARE_MAX_STALL;
in erst_exec_stall_while_true()
204
stall_time
= ctx->var1;
in erst_exec_stall_while_true()
212
if (erst_timedout(&timeout,
stall_time
* NSEC_PER_USEC))
in erst_exec_stall_while_true()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_ct.c
348
ct->
stall_time
= KTIME_MAX;
in intel_guc_ct_enable()
545
bool ret = ktime_ms_delta(ktime_get(), ct->
stall_time
) > timeout;
in ct_deadlocked()
552
ktime_ms_delta(ktime_get(), ct->
stall_time
),
in ct_deadlocked()
630
if (ct->
stall_time
== KTIME_MAX)
in has_room_nb()
631
ct->
stall_time
= ktime_get();
in has_room_nb()
643
ct->
stall_time
= KTIME_MAX;
in has_room_nb()
718
if (ct->
stall_time
== KTIME_MAX)
in ct_send()
719
ct->
stall_time
= ktime_get();
in ct_send()
732
ct->
stall_time
= KTIME_MAX;
in ct_send()
H
A
D
intel_guc_ct.h
97
/** @
stall_time
: time of first time a CTB submission is stalled */
98
ktime_t
stall_time
;
member
/kernel/linux/linux-6.6/drivers/acpi/apei/
H
A
D
erst.c
175
u64
stall_time
;
in erst_exec_stall()
local
182
stall_time
= FIRMWARE_MAX_STALL;
in erst_exec_stall()
184
stall_time
= ctx->value;
in erst_exec_stall()
185
udelay(
stall_time
);
in erst_exec_stall()
195
u64
stall_time
;
in erst_exec_stall_while_true()
local
202
stall_time
= FIRMWARE_MAX_STALL;
in erst_exec_stall_while_true()
204
stall_time
= ctx->var1;
in erst_exec_stall_while_true()
212
if (erst_timedout(&timeout,
stall_time
* NSEC_PER_USEC))
in erst_exec_stall_while_true()
Completed in 9 milliseconds