Searched defs:mm_struct (Results 1 – 5 of 5) sorted by relevance
536 struct mm_struct { struct537 struct maple_tree mm_mt;538 int map_count; /* number of VMAs */539 unsigned long total_vm; /* Total pages mapped */540 unsigned long locked_vm; /* Pages that have PG_mlocked set */541 unsigned long data_vm; /* VM_WRITE & ~VM_SHARED & ~VM_STACK */542 unsigned long exec_vm; /* VM_EXEC & ~VM_WRITE & ~VM_STACK */543 unsigned long stack_vm; /* VM_STACK */545 unsigned long def_flags;547 mm_flags_t flags; /* Must use mm_flags_* helpers to access */[all …]
96 struct mm_struct { struct102 struct mm_struct *mm; argument
122 pub fn as_raw(&self) -> *mut bindings::mm_struct { in as_raw()
421 DEFINE_GUARD(mmap_read_lock, struct mm_struct *, in DEFINE_GUARD()
7108 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()