Definition at line 97 of file sched-migration.py.
◆ __init__()
◆ __migrate_in()
def sched-migration.RunqueueSnapshot.__migrate_in |
( |
|
self, |
|
|
|
new, |
|
|
|
event |
|
) |
| |
|
private |
◆ __repr__()
def sched-migration.RunqueueSnapshot.__repr__ |
( |
|
self | ) |
|
◆ load()
def sched-migration.RunqueueSnapshot.load |
( |
|
self | ) |
|
Provide the number of tasks on the runqueue.
Don't count idle
Definition at line 148 of file sched-migration.py.
◆ migrate_in()
def sched-migration.RunqueueSnapshot.migrate_in |
( |
|
self, |
|
|
|
new |
|
) |
| |
◆ migrate_out()
def sched-migration.RunqueueSnapshot.migrate_out |
( |
|
self, |
|
|
|
old |
|
) |
| |
◆ sched_switch()
def sched-migration.RunqueueSnapshot.sched_switch |
( |
|
self, |
|
|
|
prev, |
|
|
|
prev_state, |
|
|
|
next |
|
) |
| |
◆ wake_up()
def sched-migration.RunqueueSnapshot.wake_up |
( |
|
self, |
|
|
|
new |
|
) |
| |
◆ wake_up_new()
def sched-migration.RunqueueSnapshot.wake_up_new |
( |
|
self, |
|
|
|
new |
|
) |
| |
◆ event
sched-migration.RunqueueSnapshot.event |
◆ tasks
sched-migration.RunqueueSnapshot.tasks |
The documentation for this class was generated from the following file: