Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma_internal.h262 struct mm_struct { struct
263 struct maple_tree mm_mt;
287 const struct mm_struct *const mm; argument
/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 Dmmap_lock.h398 DEFINE_GUARD(mmap_read_lock, struct mm_struct *, in DEFINE_GUARD()
H A Dmm_types.h944 struct mm_struct { struct
953 * mm_struct (@mm_users count as 1). argument
1233 * The mm_cpumask needs to be at the end of mm_struct, because it argument
1240 static inline void __mm_flags_set_word(struct mm_struct *mm, unsigned long value) in __mm_flags_set_word() argument
/linux/kernel/bpf/
H A Dverifier.c7040 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()