Linux Kernel
3.7.1
|
Data Fields | |
struct mm_slot * | mm_slot |
unsigned long | address |
struct rmap_item ** | rmap_list |
unsigned long | seqnr |
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.