Home
last modified time | relevance | path

Searched defs:mm_struct (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dmm_types.h288 struct mm_struct { struct
296 void (*unmap_area) (struct mm_struct *mm, unsigned long addr); argument
304 atomic_t mm_count; /* How many references to "struct mm_struct" (users count as 1) */ argument
305 int map_count; /* number of VMAs */
307 spinlock_t page_table_lock; /* Protects page tables and some counters */
308 struct rw_semaphore mmap_sem;
310 struct list_head mmlist; /* List of maybe swapped mm's. These are globally strung
316 unsigned long hiwater_rss; /* High-watermark of RSS usage */
317 unsigned long hiwater_vm; /* High-water virtual memory usage */
319 unsigned long total_vm; /* Total pages mapped */
[all …]