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

/include/linux/
H A Dmm_types.h269 struct mm_struct *vm_mm; /* The address space we belong to. */
350 struct mm_struct { struct
365 atomic_t mm_count; /* How many references to "struct mm_struct" (users count as 1) */
464 static inline void mm_init_cpumask(struct mm_struct *mm)
472 /* Future-safe accessor for struct mm_struct's cpu_vm_mask. */
473 static inline cpumask_t *mm_cpumask(struct mm_struct *mm)
485 static inline bool mm_tlb_flush_pending(struct mm_struct *mm)
490 static inline void set_tlb_flush_pending(struct mm_struct *mm)
501 static inline void clear_tlb_flush_pending(struct mm_struct *mm)
507 static inline bool mm_tlb_flush_pending(struct mm_struct *m
[all...]

Completed in 106 milliseconds