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

Data Fields

struct hlist_node hash
 
struct list_head mm_node
 
struct mm_structmm
 
struct hlist_node link
 
struct list_head mm_list
 
struct rmap_itemrmap_list
 

Detailed Description

struct mm_slot - hash lookup from mm to mm_slot : hash collision list : khugepaged scan list headed in khugepaged_scan.mm_head : the mm that this information is valid for

struct mm_slot - ksm information per mm that is being scanned link to the mm_slots hash list : link into the mm_slots list, rooted in ksm_mm_head : head for this mm_slot's singly-linked list of rmap_items : the mm that this information is valid for

Definition at line 75 of file huge_memory.c.

Field Documentation

Definition at line 76 of file huge_memory.c.

Definition at line 91 of file ksm.c.

Definition at line 78 of file huge_memory.c.

struct list_head mm_list

Definition at line 92 of file ksm.c.

struct list_head mm_node

Definition at line 77 of file huge_memory.c.

struct rmap_item* rmap_list

Definition at line 93 of file ksm.c.


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