Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Ddup.h27 struct mm_struct { struct
63 struct mm_struct *mm; argument
28 mm_mtmm_struct global() argument
29 map_countmm_struct global() argument
30 total_vmmm_struct global() argument
31 locked_vmmm_struct global() argument
32 data_vmmm_struct global() argument
33 exec_vmmm_struct global() argument
34 stack_vmmm_struct global() argument
36 __anon2aa09108020amm_struct global() argument
[all...]
H A Dstubs.h121 static inline int do_munmap(struct mm_struct *, unsigned long, size_t, in do_munmap()
/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.h622 DEFINE_GUARD(mmap_read_lock, struct mm_struct *, in DEFINE_GUARD()