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:time_in_stale
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/hsr/
H
A
D
hsr_framereg.c
317
if (!node_curr->
time_in_stale
[i] &&
in hsr_handle_sup_frame()
320
node_real->
time_in_stale
[i] =
in hsr_handle_sup_frame()
321
node_curr->
time_in_stale
[i];
in hsr_handle_sup_frame()
405
node->
time_in_stale
[port->type] = false;
in hsr_register_frame_in()
436
if (node->
time_in_stale
[HSR_PT_SLAVE_A])
in get_late_port()
438
if (node->
time_in_stale
[HSR_PT_SLAVE_B])
in get_late_port()
481
node->
time_in_stale
[HSR_PT_SLAVE_A] = true;
in hsr_prune_nodes()
483
node->
time_in_stale
[HSR_PT_SLAVE_B] = true;
in hsr_prune_nodes()
490
if (node->
time_in_stale
[HSR_PT_SLAVE_A] ||
in hsr_prune_nodes()
491
(!node->
time_in_stale
[HSR_PT_SLAVE_
in hsr_prune_nodes()
[all...]
H
A
D
hsr_framereg.h
79
bool
time_in_stale
[HSR_PT_PORTS];
member
/kernel/linux/linux-6.6/net/hsr/
H
A
D
hsr_framereg.c
356
if (!node_curr->
time_in_stale
[i] &&
in hsr_handle_sup_frame()
359
node_real->
time_in_stale
[i] =
in hsr_handle_sup_frame()
360
node_curr->
time_in_stale
[i];
in hsr_handle_sup_frame()
445
node->
time_in_stale
[port->type] = false;
in hsr_register_frame_in()
476
if (node->
time_in_stale
[HSR_PT_SLAVE_A])
in get_late_port()
478
if (node->
time_in_stale
[HSR_PT_SLAVE_B])
in get_late_port()
521
node->
time_in_stale
[HSR_PT_SLAVE_A] = true;
in hsr_prune_nodes()
523
node->
time_in_stale
[HSR_PT_SLAVE_B] = true;
in hsr_prune_nodes()
530
if (node->
time_in_stale
[HSR_PT_SLAVE_A] ||
in hsr_prune_nodes()
531
(!node->
time_in_stale
[HSR_PT_SLAVE_
in hsr_prune_nodes()
[all...]
H
A
D
hsr_framereg.h
79
bool
time_in_stale
[HSR_PT_PORTS];
member
Completed in 3 milliseconds