Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
shrinker Struct Reference

#include <shrinker.h>

Data Fields

int(* shrink )(struct shrinker *, struct shrink_control *sc)
 
int seeks
 
long batch
 
struct list_head list
 
atomic_long_t nr_in_batch
 

Detailed Description

Definition at line 30 of file shrinker.h.

Field Documentation

long batch

Definition at line 33 of file shrinker.h.

Definition at line 36 of file shrinker.h.

atomic_long_t nr_in_batch

Definition at line 37 of file shrinker.h.

int seeks

Definition at line 32 of file shrinker.h.

Definition at line 31 of file shrinker.h.


The documentation for this struct was generated from the following file: