Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
platform.c File Reference
#include <linux/atomic.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/kmsg_dump.h>
#include <linux/console.h>
#include <linux/module.h>
#include <linux/pstore.h>
#include <linux/string.h>
#include <linux/timer.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/hardirq.h>
#include <linux/jiffies.h>
#include <linux/workqueue.h>
#include "internal.h"

Go to the source code of this file.

Functions

 module_param_named (update_ms, pstore_update_ms, int, 0600)
 
 MODULE_PARM_DESC (update_ms,"milliseconds before pstore updates its content ""(default is -1, which means runtime updates are disabled; ""enabling this option is not safe, it may lead to further ""corruption on Oopses)")
 
void pstore_set_kmsg_bytes (int bytes)
 
int pstore_register (struct pstore_info *psi)
 
 EXPORT_SYMBOL_GPL (pstore_register)
 
void pstore_get_records (int quiet)
 
 module_param (backend, charp, 0444)
 
 MODULE_PARM_DESC (backend,"Pstore backend to use")
 

Variables

struct pstore_infopsinfo
 

Function Documentation

EXPORT_SYMBOL_GPL ( pstore_register  )
module_param ( backend  ,
charp  ,
0444   
)
module_param_named ( update_ms  ,
pstore_update_ms  ,
int  ,
0600   
)
MODULE_PARM_DESC ( update_ms  ,
"milliseconds before pstore updates its content ""(default is -1, which means runtime updates are disabled; ""enabling this option is not safe, it may lead to further ""corruption on Oopses)"   
)
MODULE_PARM_DESC ( backend  ,
"Pstore backend to use"   
)
void pstore_get_records ( int  quiet)

Definition at line 264 of file platform.c.

int pstore_register ( struct pstore_info psi)

Definition at line 215 of file platform.c.

void pstore_set_kmsg_bytes ( int  bytes)

Definition at line 71 of file platform.c.

Variable Documentation

Definition at line 64 of file platform.c.