Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
madvise.c File Reference
#include <linux/mman.h>
#include <linux/pagemap.h>
#include <linux/syscalls.h>
#include <linux/mempolicy.h>
#include <linux/page-isolation.h>
#include <linux/hugetlb.h>
#include <linux/falloc.h>
#include <linux/sched.h>
#include <linux/ksm.h>
#include <linux/fs.h>
#include <linux/file.h>

Go to the source code of this file.

Functions

 SYSCALL_DEFINE3 (madvise, unsigned long, start, size_t, len_in, int, behavior)
 

Function Documentation

SYSCALL_DEFINE3 ( madvise  ,
unsigned  long,
start  ,
size_t  ,
len_in  ,
int  ,
behavior   
)

Definition at line 366 of file madvise.c.