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

Data Fields

struct mm_slotmm_slot
 
unsigned long address
 
struct rmap_item ** rmap_list
 
unsigned long seqnr
 

Detailed Description

struct ksm_scan - cursor for scanning : the current mm_slot we are scanning : the next address inside that to be scanned : link to the next rmap to be scanned in the rmap_list : count of completed full scans (needed when removing unstable node)

There is only the one ksm_scan instance of this cursor structure.

Definition at line 106 of file ksm.c.

Field Documentation

unsigned long address

Definition at line 108 of file ksm.c.

Definition at line 107 of file ksm.c.

struct rmap_item** rmap_list

Definition at line 109 of file ksm.c.

unsigned long seqnr

Definition at line 110 of file ksm.c.


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