Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/writeback.h>
#include <linux/sysctl.h>
#include <linux/gfp.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
int | drop_caches_sysctl_handler (ctl_table *table, int write, void __user *buffer, size_t *length, loff_t *ppos) |
Variables | |
int | sysctl_drop_caches |
int drop_caches_sysctl_handler | ( | ctl_table * | table, |
int | write, | ||
void __user * | buffer, | ||
size_t * | length, | ||
loff_t * | ppos | ||
) |
Definition at line 52 of file drop_caches.c.
int sysctl_drop_caches |
Definition at line 14 of file drop_caches.c.