Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
TimeSlice Class Reference

Public Member Functions

def __init__
 
def sched_switch
 
def migrate
 
def wake_up
 
def next
 

Data Fields

 start
 
 prev
 
 end
 
 event_cpus
 
 total_load
 
 rqs
 

Detailed Description

Definition at line 159 of file sched-migration.py.

Constructor & Destructor Documentation

def __init__ (   self,
  start,
  prev 
)

Definition at line 160 of file sched-migration.py.

Member Function Documentation

def migrate (   self,
  ts_list,
  new,
  old_cpu,
  new_cpu 
)

Definition at line 189 of file sched-migration.py.

def next (   self,
  t 
)

Definition at line 222 of file sched-migration.py.

def sched_switch (   self,
  ts_list,
  prev,
  prev_state,
  next,
  cpu 
)

Definition at line 177 of file sched-migration.py.

def wake_up (   self,
  ts_list,
  pid,
  cpu,
  fork 
)

Definition at line 208 of file sched-migration.py.

Field Documentation

end

Definition at line 163 of file sched-migration.py.

event_cpus

Definition at line 165 of file sched-migration.py.

prev

Definition at line 162 of file sched-migration.py.

rqs

Definition at line 168 of file sched-migration.py.

start

Definition at line 161 of file sched-migration.py.

total_load

Definition at line 167 of file sched-migration.py.


The documentation for this class was generated from the following file: