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:tupdate
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_fq_pie.c
331
/*
tupdate
is in jiffies */
in fq_pie_change()
333
q->p_params.
tupdate
=
in fq_pie_change()
382
unsigned long next,
tupdate
;
in fq_pie_timer()
local
399
tupdate
= q->p_params.
tupdate
;
in fq_pie_timer()
403
next =
tupdate
;
in fq_pie_timer()
405
if (
tupdate
)
in fq_pie_timer()
480
jiffies_to_usecs(q->p_params.
tupdate
)) ||
in fq_pie_dump()
548
q->p_params.
tupdate
= 0;
in fq_pie_destroy()
H
A
D
sch_pie.c
165
/*
tupdate
is in jiffies */
in pie_change()
167
q->params.
tupdate
=
in pie_change()
432
/* reset the timer to fire after '
tupdate
'.
tupdate
is in jiffies. */
in pie_timer()
433
if (q->params.
tupdate
)
in pie_timer()
434
mod_timer(&q->adapt_timer, jiffies + q->params.
tupdate
);
in pie_timer()
476
jiffies_to_usecs(q->params.
tupdate
)) ||
in pie_dump()
541
q->params.
tupdate
= 0;
in pie_destroy()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_fq_pie.c
328
/*
tupdate
is in jiffies */
in fq_pie_change()
330
q->p_params.
tupdate
=
in fq_pie_change()
379
unsigned long next,
tupdate
;
in fq_pie_timer()
local
397
tupdate
= q->p_params.
tupdate
;
in fq_pie_timer()
401
next =
tupdate
;
in fq_pie_timer()
403
if (
tupdate
)
in fq_pie_timer()
479
jiffies_to_usecs(q->p_params.
tupdate
)) ||
in fq_pie_dump()
547
q->p_params.
tupdate
= 0;
in fq_pie_destroy()
H
A
D
sch_pie.c
162
/*
tupdate
is in jiffies */
in pie_change()
164
q->params.
tupdate
=
in pie_change()
431
/* reset the timer to fire after '
tupdate
'.
tupdate
is in jiffies. */
in pie_timer()
432
if (q->params.
tupdate
)
in pie_timer()
433
mod_timer(&q->adapt_timer, jiffies + q->params.
tupdate
);
in pie_timer()
476
jiffies_to_usecs(q->params.
tupdate
)) ||
in pie_dump()
541
q->params.
tupdate
= 0;
in pie_destroy()
/kernel/linux/linux-5.10/include/net/
H
A
D
pie.h
30
u32
tupdate
;
member
92
params->
tupdate
= usecs_to_jiffies(15 * USEC_PER_MSEC); /* 15 ms */
in pie_params_init()
/kernel/linux/linux-6.6/include/net/
H
A
D
pie.h
20
* @
tupdate
: interval at which drop probability is calculated
30
u32
tupdate
;
member
92
params->
tupdate
= usecs_to_jiffies(15 * USEC_PER_MSEC); /* 15 ms */
in pie_params_init()
Completed in 4 milliseconds