Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vma/
H A Dvma_internal.h218 struct mm_struct { struct
219 struct maple_tree mm_mt;
220 int map_count; /* number of VMAs */
221 unsigned long total_vm; /* Total pages mapped */
225 unsigned long stack_vm; /* VM_STACK */
227 unsigned long def_flags;
712 static inline void update_hiwater_rss(struct mm_struct *) in update_hiwater_rss()
716 static inline void update_hiwater_vm(struct mm_struct *) in update_hiwater_vm()
895 static inline void mmap_read_unlock(struct mm_struct *) in mmap_read_unlock()
899 static inline void mmap_write_unlock(struct mm_struct *) in mmap_write_unlock()
[all …]
/linux-6.15/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h96 struct mm_struct { struct
102 struct mm_struct *mm; argument
/linux-6.15/include/linux/
H A Dmm_types.h898 struct mm_struct { struct
907 * mm_struct (@mm_users count as 1). argument
1173 * The mm_cpumask needs to be at the end of mm_struct, because it argument
1181 extern struct mm_struct init_mm; argument
/linux-6.15/kernel/bpf/
H A Dverifier.c7008 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()