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

Data Fields

struct list_head mm_head
 
struct mm_slotmm_slot
 
unsigned long address
 

Detailed Description

struct khugepaged_scan - cursor for scanning : the head of the mm list to scan : the current mm_slot we are scanning : the next address inside that to be scanned

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

Definition at line 89 of file huge_memory.c.

Field Documentation

unsigned long address

Definition at line 92 of file huge_memory.c.

struct list_head mm_head

Definition at line 90 of file huge_memory.c.

Definition at line 91 of file huge_memory.c.


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