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:freeze_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
eeh_driver.c
638
cnt = pe->
freeze_count
;
in eeh_reset_device()
711
pe->
freeze_count
= cnt;
in eeh_reset_device()
909
pe->
freeze_count
++;
in eeh_handle_normal_event()
910
if (pe->
freeze_count
> eeh_max_freezes) {
in eeh_handle_normal_event()
913
pe->
freeze_count
);
in eeh_handle_normal_event()
933
pe->
freeze_count
, eeh_max_freezes);
in eeh_handle_normal_event()
H
A
D
eeh_pe.c
495
if (pe->
freeze_count
<= 0) {
in eeh_pe_update_time_stamp()
496
pe->
freeze_count
= 0;
in eeh_pe_update_time_stamp()
502
pe->
freeze_count
= 0;
in eeh_pe_update_time_stamp()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
eeh_driver.c
637
cnt = pe->
freeze_count
;
in eeh_reset_device()
710
pe->
freeze_count
= cnt;
in eeh_reset_device()
912
pe->
freeze_count
++;
in eeh_handle_normal_event()
913
if (pe->
freeze_count
> eeh_max_freezes) {
in eeh_handle_normal_event()
916
pe->
freeze_count
);
in eeh_handle_normal_event()
932
pe->
freeze_count
, eeh_max_freezes);
in eeh_handle_normal_event()
H
A
D
eeh_pe.c
496
if (pe->
freeze_count
<= 0) {
in eeh_pe_update_time_stamp()
497
pe->
freeze_count
= 0;
in eeh_pe_update_time_stamp()
503
pe->
freeze_count
= 0;
in eeh_pe_update_time_stamp()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
eeh.h
80
int
freeze_count
; /* Times of froze up */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
eeh.h
80
int
freeze_count
; /* Times of froze up */
member
Completed in 8 milliseconds