Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rq Struct Reference

#include <sched.h>

Data Fields

raw_spinlock_t lock
 
unsigned int nr_running
 
unsigned long cpu_load [CPU_LOAD_IDX_MAX]
 
unsigned long last_load_update_tick
 
int skip_clock_update
 
struct load_weight load
 
unsigned long nr_load_updates
 
u64 nr_switches
 
struct cfs_rq cfs
 
struct rt_rq rt
 
unsigned long nr_uninterruptible
 
struct task_structcurr
 
struct task_structidle
 
struct task_structstop
 
unsigned long next_balance
 
struct mm_structprev_mm
 
u64 clock
 
u64 clock_task
 
atomic_t nr_iowait
 
unsigned long calc_load_update
 
long calc_load_active
 

Detailed Description

Definition at line 348 of file sched.h.

Field Documentation

long calc_load_active

Definition at line 439 of file sched.h.

unsigned long calc_load_update

Definition at line 438 of file sched.h.

Definition at line 371 of file sched.h.

u64 clock

Definition at line 398 of file sched.h.

u64 clock_task

Definition at line 399 of file sched.h.

unsigned long cpu_load[CPU_LOAD_IDX_MAX]

Definition at line 358 of file sched.h.

Definition at line 394 of file sched.h.

Definition at line 394 of file sched.h.

unsigned long last_load_update_tick

Definition at line 359 of file sched.h.

Definition at line 367 of file sched.h.

Definition at line 350 of file sched.h.

unsigned long next_balance

Definition at line 395 of file sched.h.

atomic_t nr_iowait

Definition at line 401 of file sched.h.

unsigned long nr_load_updates

Definition at line 368 of file sched.h.

unsigned int nr_running

Definition at line 356 of file sched.h.

u64 nr_switches

Definition at line 369 of file sched.h.

unsigned long nr_uninterruptible

Definition at line 392 of file sched.h.

struct mm_struct* prev_mm

Definition at line 396 of file sched.h.

Definition at line 372 of file sched.h.

int skip_clock_update

Definition at line 364 of file sched.h.

Definition at line 394 of file sched.h.


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