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:psched_get_time
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_pie.c
211
psched_time_t now =
psched_get_time
();
in pie_process_dequeue()
239
vars->dq_tstamp =
psched_get_time
();
in pie_process_dequeue()
281
vars->dq_tstamp =
psched_get_time
();
in pie_process_dequeue()
H
A
D
sch_cbq.c
347
psched_time_t now =
psched_get_time
();
in cbq_mark_toplevel()
488
now =
psched_get_time
();
in cbq_undelay()
806
now =
psched_get_time
();
in cbq_dequeue()
1040
q->now =
psched_get_time
();
in cbq_reset()
1213
q->now =
psched_get_time
();
in cbq_init()
H
A
D
sch_hfsc.c
612
u64 cur_time =
psched_get_time
();
in init_ed()
723
cur_time =
psched_get_time
();
in init_vf()
970
cur_time =
psched_get_time
();
in hfsc_change_class()
1603
cur_time =
psched_get_time
();
in hfsc_dequeue()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_pie.c
208
psched_time_t now =
psched_get_time
();
in pie_process_dequeue()
236
vars->dq_tstamp =
psched_get_time
();
in pie_process_dequeue()
278
vars->dq_tstamp =
psched_get_time
();
in pie_process_dequeue()
H
A
D
sch_hfsc.c
611
u64 cur_time =
psched_get_time
();
in init_ed()
722
cur_time =
psched_get_time
();
in init_vf()
969
cur_time =
psched_get_time
();
in hfsc_change_class()
1598
cur_time =
psched_get_time
();
in hfsc_dequeue()
/kernel/linux/linux-5.10/include/net/
H
A
D
pie.h
123
get_pie_cb(skb)->enqueue_time =
psched_get_time
();
in pie_set_enqueue_time()
H
A
D
pkt_sched.h
56
static inline psched_time_t
psched_get_time
(void)
in psched_get_time()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
pie.h
123
get_pie_cb(skb)->enqueue_time =
psched_get_time
();
in pie_set_enqueue_time()
H
A
D
pkt_sched.h
61
static inline psched_time_t
psched_get_time
(void)
in psched_get_time()
function
Completed in 10 milliseconds