Searched defs:mm_struct (Results 1 – 1 of 1) sorted by relevance
298 struct mm_struct { struct305 void (*unmap_area) (struct mm_struct *mm, unsigned long addr); argument312 atomic_t mm_count; /* How many references to "struct mm_struct" (users count as 1) */ argument313 int map_count; /* number of VMAs */314 struct rw_semaphore mmap_sem;315 spinlock_t page_table_lock; /* Protects page tables and some counters */317 struct list_head mmlist; /* List of maybe swapped mm's. These are globally strung325 mm_counter_t _file_rss;326 mm_counter_t _anon_rss;328 unsigned long hiwater_rss; /* High-watermark of RSS usage */[all …]