Searched defs:mm_struct (Results 1 – 4 of 4) sorted by relevance
218 struct mm_struct { struct219 struct maple_tree mm_mt;220 int map_count; /* number of VMAs */221 unsigned long total_vm; /* Total pages mapped */222 unsigned long locked_vm; /* Pages that have PG_mlocked set */223 unsigned long data_vm; /* VM_WRITE & ~VM_SHARED & ~VM_STACK */224 unsigned long exec_vm; /* VM_EXEC & ~VM_WRITE & ~VM_STACK */225 unsigned long stack_vm; /* VM_STACK */227 unsigned long def_flags;252 struct mm_struct *vm_mm; /* The address space we belong to. */ argument[all …]
96 struct mm_struct { struct102 struct mm_struct *mm; argument
898 struct mm_struct { struct907 * mm_struct (@mm_users count as 1). argument1173 * The mm_cpumask needs to be at the end of mm_struct, because it argument1181 extern struct mm_struct init_mm; argument
7008 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()