Classes | Defines | Enumerations | Functions | Variables

proc.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cpu
struct  context
struct  proc

Defines

#define NSEGS   7

Enumerations

enum  procstate {
  UNUSED, EMBRYO, SLEEPING, RUNNABLE,
  RUNNING, ZOMBIE
}

Functions

struct cpu *cpu asm ("%gs:0")
struct proc *proc asm ("%gs:4")

Variables

struct cpu cpus [NCPU]
int ncpu

Define Documentation

#define NSEGS   7

Enumeration Type Documentation

enum procstate
Enumerator:
UNUSED 
EMBRYO 
SLEEPING 
RUNNABLE 
RUNNING 
ZOMBIE 

Function Documentation

struct cpu* cpu asm ( "%gs:0"  ) [read]
struct proc* proc asm ( "%gs:4"  ) [read]

Variable Documentation

struct cpu cpus[NCPU]
int ncpu
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines