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:dq_tstamp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_pie.c
220
if (vars->
dq_tstamp
!= DTIME_INVALID)
in pie_process_dequeue()
221
dtime = now - vars->
dq_tstamp
;
in pie_process_dequeue()
223
vars->
dq_tstamp
= now;
in pie_process_dequeue()
236
* current time as
dq_tstamp
and start measurement cycle.
in pie_process_dequeue()
239
vars->
dq_tstamp
= psched_get_time();
in pie_process_dequeue()
258
dtime = now - vars->
dq_tstamp
;
in pie_process_dequeue()
281
vars->
dq_tstamp
= psched_get_time();
in pie_process_dequeue()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_pie.c
217
if (vars->
dq_tstamp
!= DTIME_INVALID)
in pie_process_dequeue()
218
dtime = now - vars->
dq_tstamp
;
in pie_process_dequeue()
220
vars->
dq_tstamp
= now;
in pie_process_dequeue()
233
* current time as
dq_tstamp
and start measurement cycle.
in pie_process_dequeue()
236
vars->
dq_tstamp
= psched_get_time();
in pie_process_dequeue()
255
dtime = now - vars->
dq_tstamp
;
in pie_process_dequeue()
278
vars->
dq_tstamp
= psched_get_time();
in pie_process_dequeue()
/kernel/linux/linux-5.10/include/net/
H
A
D
pie.h
44
* @
dq_tstamp
: timestamp at which dq rate was last calculated
55
psched_time_t
dq_tstamp
;
member
104
vars->
dq_tstamp
= DTIME_INVALID;
in pie_vars_init()
/kernel/linux/linux-6.6/include/net/
H
A
D
pie.h
44
* @
dq_tstamp
: timestamp at which dq rate was last calculated
55
psched_time_t
dq_tstamp
;
member
104
vars->
dq_tstamp
= DTIME_INVALID;
in pie_vars_init()
Completed in 2 milliseconds