Searched defs:mm_struct (Results 1 – 6 of 6) sorted by relevance
27 struct mm_struct { struct28 struct maple_tree mm_mt;29 int map_count; /* number of VMAs */30 unsigned long total_vm; /* Total pages mapped */31 unsigned long locked_vm; /* Pages that have PG_mlocked set */32 unsigned long data_vm; /* VM_WRITE & ~VM_SHARED & ~VM_STACK */33 unsigned long exec_vm; /* VM_EXEC & ~VM_WRITE & ~VM_STACK */34 unsigned long stack_vm; /* VM_STACK */36 unsigned long def_flags;60 struct mm_struct *mm; argument
120 static inline int do_munmap(struct mm_struct *, unsigned long, size_t, in do_munmap()
96 struct mm_struct { struct102 struct mm_struct *mm; argument
122 pub fn as_raw(&self) -> *mut bindings::mm_struct { in as_raw()
1123 struct mm_struct { struct1132 * mm_struct (@mm_users count as 1). argument1377 * The mm_cpumask needs to be at the end of mm_struct, because it argument
7262 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()