Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma_internal.h252 struct mm_struct { struct
253 struct maple_tree mm_mt;
277 struct mm_struct *mm; argument
857 static inline void tlb_gather_mmu(struct mmu_gather *, struct mm_struct *) in tlb_gather_mmu()
861 static inline void update_hiwater_rss(struct mm_struct *) in update_hiwater_rss()
865 static inline void update_hiwater_vm(struct mm_struct *) in update_hiwater_vm()
1042 static inline void mmap_write_downgrade(struct mm_struct *) in mmap_write_downgrade()
1046 static inline void mmap_read_unlock(struct mm_struct *) in mmap_read_unlock()
1050 static inline void mmap_write_unlock(struct mm_struct *) in mmap_write_unlock()
1054 static inline int mmap_write_lock_killable(struct mm_struct *) in mmap_write_lock_killable()
[all …]
/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.rs162 pub unsafe fn from_raw<'a>(ptr: *const bindings::mm_struct) -> &'a MmWithUser { in as_raw() argument
/linux/include/linux/
H A Dmmap_lock.h483 DEFINE_GUARD(mmap_read_lock, struct mm_struct *, in DEFINE_GUARD()
/linux/kernel/bpf/
H A Dverifier.c7124 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()