Linux Kernel
3.7.1
|
#include <linux/compiler.h>
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/module.h>
#include <linux/personality.h>
#include <linux/random.h>
#include <linux/sched.h>
Go to the source code of this file.
Macros | |
#define | MIN_GAP (128*1024*1024UL) |
#define | MAX_GAP ((TASK_SIZE)/6*5) |
#define | COLOUR_ALIGN(addr, pgoff) |
Enumerations | |
enum | mmap_allocation_direction { UP, DOWN } |
Functions | |
EXPORT_SYMBOL (shm_align_mask) | |
unsigned long | arch_get_unmapped_area (struct file *filp, unsigned long addr0, unsigned long len, unsigned long pgoff, unsigned long flags) |
unsigned long | arch_get_unmapped_area_topdown (struct file *filp, unsigned long addr0, unsigned long len, unsigned long pgoff, unsigned long flags) |
void | arch_pick_mmap_layout (struct mm_struct *mm) |
unsigned long | arch_randomize_brk (struct mm_struct *mm) |
Variables | |
unsigned long | shm_align_mask = PAGE_SIZE - 1 |
#define COLOUR_ALIGN | ( | addr, | |
pgoff | |||
) |
EXPORT_SYMBOL | ( | shm_align_mask | ) |