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:threshold_time
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H
A
D
sparx5_qos.c
15
* We define
threshold_time
as current_time + (2 * cycle_time).
16
* If base_time is below
threshold_time
this function recalculates it to be in
18
*
threshold_time
<= base_time < (
threshold_time
+ cycle_time)
22
* using the lowest N so (new_base_time >=
threshold_time
27
ktime_t current_time,
threshold_time
, new_time;
in sparx5_new_base_time()
local
37
threshold_time
= current_time + (2 * cycle_time);
in sparx5_new_base_time()
38
diff_time =
threshold_time
- new_time;
in sparx5_new_base_time()
42
if (new_time >=
threshold_time
) {
in sparx5_new_base_time()
57
if (new_time <
threshold_time
) {
in sparx5_new_base_time()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H
A
D
lan966x_taprio.c
377
ktime_t current_time,
threshold_time
;
in lan966x_taprio_new_base_time()
local
380
/* Get the current time and calculate the
threshold_time
*/
in lan966x_taprio_new_base_time()
383
threshold_time
= current_time + (2 * cycle_time);
in lan966x_taprio_new_base_time()
386
if (org_base_time >=
threshold_time
) {
in lan966x_taprio_new_base_time()
401
*new_base_time =
threshold_time
+ rem;
in lan966x_taprio_new_base_time()
406
*
threshold_time
. In this case the new_base_time is calculated like
in lan966x_taprio_new_base_time()
Completed in 2 milliseconds