#include <linux/mm.h>
#include <linux/export.h>
#include <linux/swap.h>
#include <linux/gfp.h>
#include <linux/bio.h>
#include <linux/pagemap.h>
#include <linux/mempool.h>
#include <linux/blkdev.h>
#include <linux/init.h>
#include <linux/hash.h>
#include <linux/highmem.h>
#include <linux/bootmem.h>
#include <asm/tlbflush.h>
#include <trace/events/block.h>
Go to the source code of this file.
#define bounce_copy_vec |
( |
|
to, |
|
|
|
vfrom |
|
) |
| memcpy(page_address((to)->bv_page) + (to)->bv_offset, vfrom, (to)->bv_len) |
int init_emergency_isa_pool |
( |
void |
| ) |
|