Searched defs:mm_struct (Results 1 – 1 of 1) sorted by relevance
366 struct mm_struct { struct367 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 argument398 * @mm_count: The number of references to &struct mm_struct argument404 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 …]