#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/mtd/mtd.h>
#include <linux/pagemap.h>
#include <linux/crc32.h>
#include <linux/compiler.h>
#include "nodelist.h"
#include "summary.h"
#include "debug.h"
Go to the source code of this file.
#define DEFAULT_EMPTY_SCAN_SIZE 256 |
#define noisy_printk |
( |
|
noise, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| |
Value:do { \
if (*(noise)) { \
pr_notice(
fmt, ##__VA_ARGS__); \
(*(noise))--; \
if (!(*(noise))) \
pr_notice("Further such events for this erase block will not be printed\n"); \
} \
} while (0)
Definition at line 27 of file scan.c.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |