Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/string.h>
#include <asm/uaccess.h>
#include "masklog.h"
Go to the source code of this file.
Data Structures | |
struct | mlog_attribute |
Macros | |
#define | to_mlog_attr(_attr) container_of(_attr, struct mlog_attribute, attr) |
#define | define_mask(_name) |
Functions | |
EXPORT_SYMBOL_GPL (mlog_and_bits) | |
EXPORT_SYMBOL_GPL (mlog_not_bits) | |
int | mlog_sys_init (struct kset *o2cb_kset) |
void | mlog_sys_shutdown (void) |
Variables | |
struct mlog_bits | mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK) |
struct mlog_bits | mlog_not_bits = MLOG_BITS_RHS(0) |
#define define_mask | ( | _name | ) |
#define to_mlog_attr | ( | _attr | ) | container_of(_attr, struct mlog_attribute, attr) |
EXPORT_SYMBOL_GPL | ( | mlog_and_bits | ) |
EXPORT_SYMBOL_GPL | ( | mlog_not_bits | ) |
struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK) |
struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(0) |