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

#include <kmsg_dump.h>

Data Fields

struct list_head list
 
void(* dump )(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason)
 
enum kmsg_dump_reason max_reason
 
bool active
 
bool registered
 
u32 cur_idx
 
u32 next_idx
 
u64 cur_seq
 
u64 next_seq
 

Detailed Description

struct kmsg_dumper - kernel crash message dumper structure : Entry in the dumper list (private) : Call into dumping code which will retrieve the data with through the record iterator : filter for highest reason number that should be dumped : Flag that specifies if this is already registered

Definition at line 41 of file kmsg_dump.h.

Field Documentation

bool active

Definition at line 45 of file kmsg_dump.h.

u32 cur_idx

Definition at line 49 of file kmsg_dump.h.

u64 cur_seq

Definition at line 51 of file kmsg_dump.h.

void(* dump)(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason)

Definition at line 43 of file kmsg_dump.h.

Definition at line 42 of file kmsg_dump.h.

enum kmsg_dump_reason max_reason

Definition at line 44 of file kmsg_dump.h.

u32 next_idx

Definition at line 50 of file kmsg_dump.h.

u64 next_seq

Definition at line 52 of file kmsg_dump.h.

bool registered

Definition at line 46 of file kmsg_dump.h.


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