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.h250 struct mm_struct { struct
251 struct maple_tree mm_mt;
275 struct mm_struct *mm; argument
855 static inline void tlb_gather_mmu(struct mmu_gather *, struct mm_struct *) in tlb_gather_mmu()
859 static inline void update_hiwater_rss(struct mm_struct *) in update_hiwater_rss()
863 static inline void update_hiwater_vm(struct mm_struct *) in update_hiwater_vm()
1040 static inline void mmap_write_downgrade(struct mm_struct *) in mmap_write_downgrade()
1044 static inline void mmap_read_unlock(struct mm_struct *) in mmap_read_unlock()
1048 static inline void mmap_write_unlock(struct mm_struct *) in mmap_write_unlock()
1052 static inline int mmap_write_lock_killable(struct mm_struct *) in mmap_write_lock_killable()
[all …]
/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 Dmm_types.h933 struct mm_struct { struct
942 * mm_struct (@mm_users count as 1). argument
1212 __randomize_layoutmm_struct global() argument
1220 cpu_bitmapmm_struct global() argument
[all...]
H A Dmmap_lock.h442 DEFINE_GUARD(mmap_read_lock, struct mm_struct *, in DEFINE_GUARD()
/linux/kernel/bpf/
H A Dverifier.c6997 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()