Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmm_types.h341 struct mm_struct { struct
356 atomic_t mm_count; /* How many references to "struct mm_struct" (users count as 1) */ argument
357 atomic_long_t nr_ptes; /* PTE page table pages */
359 atomic_long_t nr_pmds; /* PMD page table pages */
361 int map_count; /* number of VMAs */
363 spinlock_t page_table_lock; /* Protects page tables and some counters */
364 struct rw_semaphore mmap_sem;
366 struct list_head mmlist; /* List of maybe swapped mm's. These are globally strung
372 unsigned long hiwater_rss; /* High-watermark of RSS usage */
373 unsigned long hiwater_vm; /* High-water virtual memory usage */
[all …]