Linux Kernel
3.7.1
|
Data Fields | |
struct hlist_node | hash |
struct list_head | mm_node |
struct mm_struct * | mm |
struct hlist_node | link |
struct list_head | mm_list |
struct rmap_item * | rmap_list |
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.
struct hlist_node hash |
Definition at line 76 of file huge_memory.c.
Definition at line 78 of file huge_memory.c.
Definition at line 77 of file huge_memory.c.