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

#include <unwind_i.h>

Data Fields

unsigned long ip
 
unsigned long pr_mask
 
unsigned long pr_val
 
rwlock_t lock
 
unsigned int flags
 
unsigned short lru_chain
 
unsigned short coll_chain
 
unsigned short hint
 
unsigned short count
 
struct unw_insn insn [UNW_MAX_SCRIPT_LEN]
 

Detailed Description

Definition at line 153 of file unwind_i.h.

Field Documentation

unsigned short coll_chain

Definition at line 160 of file unwind_i.h.

unsigned short count

Definition at line 162 of file unwind_i.h.

unsigned int flags

Definition at line 158 of file unwind_i.h.

unsigned short hint

Definition at line 161 of file unwind_i.h.

Definition at line 163 of file unwind_i.h.

unsigned long ip

Definition at line 154 of file unwind_i.h.

rwlock_t lock

Definition at line 157 of file unwind_i.h.

unsigned short lru_chain

Definition at line 159 of file unwind_i.h.

unsigned long pr_mask

Definition at line 155 of file unwind_i.h.

unsigned long pr_val

Definition at line 156 of file unwind_i.h.


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