Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Ddup.h27 struct mm_struct { struct
28 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
H A Dstubs.h120 static inline int do_munmap(struct mm_struct *, unsigned long, size_t, in do_munmap()
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h96 struct mm_struct { struct
102 struct mm_struct *mm; argument
/linux/rust/kernel/
H A Dmm.rs122 pub fn as_raw(&self) -> *mut bindings::mm_struct { in as_raw()
/linux/include/linux/
H A Dmm_types.h1123 struct mm_struct { struct
1132 * mm_struct (@mm_users count as 1). argument
1377 * The mm_cpumask needs to be at the end of mm_struct, because it argument
/linux/kernel/bpf/
H A Dverifier.c7262 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()