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:sched_info
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
stats.h
209
if (!t->
sched_info
.last_queued)
in sched_info_dequeue()
212
delta = rq_clock(rq) - t->
sched_info
.last_queued;
in sched_info_dequeue()
213
t->
sched_info
.last_queued = 0;
in sched_info_dequeue()
214
t->
sched_info
.run_delay += delta;
in sched_info_dequeue()
228
if (!t->
sched_info
.last_queued)
in sched_info_arrive()
232
delta = now - t->
sched_info
.last_queued;
in sched_info_arrive()
233
t->
sched_info
.last_queued = 0;
in sched_info_arrive()
234
t->
sched_info
.run_delay += delta;
in sched_info_arrive()
235
t->
sched_info
.last_arrival = now;
in sched_info_arrive()
236
t->
sched_info
in sched_info_arrive()
[all...]
H
A
D
sched.h
1252
struct
sched_info
rq_sched_info;
H
A
D
core.c
4949
memset(&p->
sched_info
, 0, sizeof(p->
sched_info
));
in sched_fork()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
stats.h
168
t->
sched_info
.last_queued = 0;
in sched_info_reset_dequeued()
182
if (t->
sched_info
.last_queued)
in sched_info_dequeued()
183
delta = now - t->
sched_info
.last_queued;
in sched_info_dequeued()
186
t->
sched_info
.run_delay += delta;
in sched_info_dequeued()
200
if (t->
sched_info
.last_queued)
in sched_info_arrive()
201
delta = now - t->
sched_info
.last_queued;
in sched_info_arrive()
203
t->
sched_info
.run_delay += delta;
in sched_info_arrive()
204
t->
sched_info
.last_arrival = now;
in sched_info_arrive()
205
t->
sched_info
.pcount++;
in sched_info_arrive()
218
if (!t->
sched_info
in sched_info_queued()
[all...]
H
A
D
sched.h
1169
struct
sched_info
rq_sched_info;
H
A
D
core.c
3464
memset(&p->
sched_info
, 0, sizeof(p->
sched_info
));
in sched_fork()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
pvtime.c
28
vcpu->arch.steal.last_steal = READ_ONCE(current->
sched_info
.run_delay);
in kvm_update_stolen_time()
65
vcpu->arch.steal.last_steal = current->
sched_info
.run_delay;
in kvm_init_stolen_time()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
pvtime.c
28
vcpu->arch.steal.last_steal = READ_ONCE(current->
sched_info
.run_delay);
in kvm_update_stolen_time()
64
vcpu->arch.steal.last_steal = current->
sched_info
.run_delay;
in kvm_init_stolen_time()
/kernel/linux/linux-5.10/kernel/
H
A
D
delayacct.c
104
* No locking available for
sched_info
(and too expensive to add one)
in __delayacct_add_tsk()
107
t1 = tsk->
sched_info
.pcount;
in __delayacct_add_tsk()
108
t2 = tsk->
sched_info
.run_delay;
in __delayacct_add_tsk()
/kernel/linux/linux-6.6/kernel/
H
A
D
delayacct.c
148
* No locking available for
sched_info
(and too expensive to add one)
in delayacct_add_tsk()
151
t1 = tsk->
sched_info
.pcount;
in delayacct_add_tsk()
152
t2 = tsk->
sched_info
.run_delay;
in delayacct_add_tsk()
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H
A
D
hypcall.c
55
vcpu->arch.st.last_steal = current->
sched_info
.run_delay;
in kvm_save_notify()
H
A
D
loongarch.c
193
st->steal += current->
sched_info
.run_delay -
in kvm_update_stolen_time()
195
vcpu->arch.st.last_steal = current->
sched_info
.run_delay;
in kvm_update_stolen_time()
/kernel/linux/linux-5.10/include/linux/
H
A
D
sched.h
345
struct
sched_info
{
struct
892
struct
sched_info
sched_info
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sched.h
422
struct
sched_info
{
struct
986
struct
sched_info
sched_info
;
member
/kernel/linux/linux-5.10/drivers/staging/hungtask/
H
A
D
hungtask_base.c
282
last_arrival = p->
sched_info
.last_arrival;
in show_block_task()
283
last_queued = p->
sched_info
.last_queued;
in show_block_task()
/kernel/linux/linux-6.6/drivers/staging/hungtask/
H
A
D
hungtask_base.c
282
last_arrival = p->
sched_info
.last_arrival;
in show_block_task()
283
last_queued = p->
sched_info
.last_queued;
in show_block_task()
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H
A
D
atioctl.h
1128
struct atto_vda_schedule_info
sched_info
;
member
H
A
D
atvda.h
1305
struct atto_vda_schedule_info
sched_info
;
member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H
A
D
atioctl.h
1129
struct atto_vda_schedule_info
sched_info
;
member
H
A
D
atvda.h
1305
struct atto_vda_schedule_info
sched_info
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.c
448
u64 run_delay = current->
sched_info
.run_delay;
in kvm_xen_update_runstate()
851
vcpu->arch.xen.last_steal = current->
sched_info
.run_delay;
in kvm_xen_vcpu_set_attr()
H
A
D
x86.c
3606
steal += current->
sched_info
.run_delay -
in record_steal_time()
3608
vcpu->arch.st.last_steal = current->
sched_info
.run_delay;
in record_steal_time()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
base.c
492
(unsigned long long)task->
sched_info
.run_delay,
in proc_pid_schedstat()
493
task->
sched_info
.pcount);
in proc_pid_schedstat()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
base.c
496
(unsigned long long)task->
sched_info
.run_delay,
in proc_pid_schedstat()
497
task->
sched_info
.pcount);
in proc_pid_schedstat()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
3111
steal += current->
sched_info
.run_delay -
in record_steal_time()
3113
vcpu->arch.st.last_steal = current->
sched_info
.run_delay;
in record_steal_time()
Completed in 104 milliseconds