Home
last modified time | relevance | path

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

/include/linux/
Dmm_types.h366 struct mm_struct { struct
367 struct vm_area_struct *mmap; /* list of VMAs */
368 struct rb_root mm_rb;
392 * (which may then free the &struct mm_struct if @mm_count also argument
398 * @mm_count: The number of references to &struct mm_struct argument
404 atomic_t mm_count;
406 atomic_long_t nr_ptes; /* PTE page table pages */
408 atomic_long_t nr_pmds; /* PMD page table pages */
410 int map_count; /* number of VMAs */
412 spinlock_t page_table_lock; /* Protects page tables and some counters */
[all …]