Searched defs:mm_struct (Results 1 – 1 of 1) sorted by relevance
351 struct mm_struct { struct366 atomic_t mm_count; /* How many references to "struct mm_struct" (users count as 1) */ argument367 atomic_long_t nr_ptes; /* Page table pages */368 int map_count; /* number of VMAs */370 spinlock_t page_table_lock; /* Protects page tables and some counters */371 struct rw_semaphore mmap_sem;373 struct list_head mmlist; /* List of maybe swapped mm's. These are globally strung379 unsigned long hiwater_rss; /* High-watermark of RSS usage */380 unsigned long hiwater_vm; /* High-water virtual memory usage */382 unsigned long total_vm; /* Total pages mapped */[all …]