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:vtime
(Results
26 - 37
of
37
) sorted by relevance
1
2
/kernel/linux/linux-5.10/kernel/sched/rtg/
H
A
D
frame_rtg.c
788
*
vtime
: now - timestamp
790
* load = F(
vtime
)
791
* =
vtime
^ 2 -
vtime
* max_time + FRAME_MAX_VLOAD *
vtime
/ max_time;
792
* =
vtime
* (
vtime
+ FRAME_MAX_VLOAD / max_time - max_time);
799
int
vtime
= div_u64(timeline, NSEC_PER_MSEC);
in calc_frame_vload()
local
803
if ((max_time <= 0) || (
vtime
> max_time))
in calc_frame_vload()
806
factor =
vtime
in calc_frame_vload()
[all...]
/kernel/linux/linux-6.6/kernel/sched/rtg/
H
A
D
frame_rtg.c
788
*
vtime
: now - timestamp
790
* load = F(
vtime
)
791
* =
vtime
^ 2 -
vtime
* max_time + FRAME_MAX_VLOAD *
vtime
/ max_time;
792
* =
vtime
* (
vtime
+ FRAME_MAX_VLOAD / max_time - max_time);
799
int
vtime
= div_u64(timeline, NSEC_PER_MSEC);
in calc_frame_vload()
local
803
if ((max_time <= 0) || (
vtime
> max_time))
in calc_frame_vload()
806
factor =
vtime
in calc_frame_vload()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
Makefile
36
obj-y := traps.o time.o process.o base.o early.o setup.o idle.o
vtime
.o
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
Makefile
37
obj-y := head64.o traps.o time.o process.o earlypgm.o early.o setup.o idle.o
vtime
.o
H
A
D
traps.c
32
#include <asm/
vtime
.h>
/kernel/linux/linux-5.10/include/linux/
H
A
D
sched.h
318
struct
vtime
{
struct
1039
struct
vtime
vtime
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sched.h
395
struct
vtime
{
struct
1146
struct
vtime
vtime
;
member
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.h
59
u64
vtime
;
member
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.h
65
u64
vtime
;
member
/kernel/linux/linux-5.10/kernel/
H
A
D
fork.c
2053
seqcount_init(&p->
vtime
.seqcount);
in copy_process()
2054
p->
vtime
.starttime = 0;
in copy_process()
2055
p->
vtime
.state = VTIME_INACTIVE;
in copy_process()
/kernel/linux/linux-6.6/kernel/
H
A
D
fork.c
2414
seqcount_init(&p->
vtime
.seqcount);
in copy_process()
2415
p->
vtime
.starttime = 0;
in copy_process()
2416
p->
vtime
.state = VTIME_INACTIVE;
in copy_process()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
core.c
64
#include <linux/
vtime
.h>
Completed in 34 milliseconds
1
2