Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
A Dvma_internal.h171 struct mm_struct { struct
172 struct maple_tree mm_mt;
173 int map_count; /* number of VMAs */
174 unsigned long total_vm; /* Total pages mapped */
178 unsigned long stack_vm; /* VM_STACK */
655 static inline void update_hiwater_rss(struct mm_struct *) in update_hiwater_rss()
659 static inline void update_hiwater_vm(struct mm_struct *) in update_hiwater_vm()
833 static inline void mmap_write_downgrade(struct mm_struct *) in mmap_write_downgrade()
837 static inline void mmap_read_unlock(struct mm_struct *) in mmap_read_unlock()
841 static inline void mmap_write_unlock(struct mm_struct *) in mmap_write_unlock()
[all …]
/linux/tools/perf/util/bpf_skel/vmlinux/
A Dvmlinux.h96 struct mm_struct { struct
102 struct mm_struct *mm; argument
/linux/include/linux/
A Dmm_types.h790 struct mm_struct { struct
799 * mm_struct (@mm_users count as 1). argument
1036 * The mm_cpumask needs to be at the end of mm_struct, because it argument
1044 extern struct mm_struct init_mm; argument
/linux/kernel/bpf/
A Dverifier.c6499 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()

Completed in 46 milliseconds