Home
last modified time | relevance | path

Searched defs:mm (Results 1 – 8 of 8) sorted by relevance

/kernel/
Dfork.c261 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
380 static inline int mm_alloc_pgd(struct mm_struct * mm) in mm_alloc_pgd()
388 static inline void mm_free_pgd(struct mm_struct * mm) in mm_free_pgd()
393 #define dup_mmap(mm, oldmm) (0) argument
394 #define mm_alloc_pgd(mm) (0) argument
395 #define mm_free_pgd(mm) argument
401 #define free_mm(mm) (kmem_cache_free(mm_cachep, (mm))) argument
417 static struct mm_struct * mm_init(struct mm_struct * mm, struct task_struct *p) in mm_init()
450 struct mm_struct * mm; in mm_alloc() local
465 void __mmdrop(struct mm_struct *mm) in __mmdrop()
[all …]
Dtsacct.c87 struct mm_struct *mm; in xacct_add_tsk() local
Dexit.c605 mm_need_new_owner(struct mm_struct *mm, struct task_struct *p) in mm_need_new_owner()
618 void mm_update_next_owner(struct mm_struct *mm) in mm_update_next_owner()
691 struct mm_struct *mm = tsk->mm; in exit_mm() local
Dcpuset.c1011 static void cpuset_migrate_mm(struct mm_struct *mm, const nodemask_t *from, in cpuset_migrate_mm()
1080 struct mm_struct *mm; in update_tasks_nodemask() local
1110 struct mm_struct *mm = mmarray[i]; in update_tasks_nodemask() local
1385 struct mm_struct *mm; in cpuset_attach() local
Dfutex.c210 struct mm_struct *mm = current->mm; in get_futex_key() local
340 struct mm_struct *mm = current->mm; in futex_handle_fault() local
Dauditsc.c131 struct mm_struct *mm; member
951 struct mm_struct *mm = tsk->mm; in audit_log_task_info() local
Dsched.c2589 struct mm_struct *mm = rq->prev_mm; in finish_task_switch() local
2656 struct mm_struct *mm, *oldmm; in context_switch() local
6440 struct mm_struct *mm = current->active_mm; in idle_task_exit() local
/kernel/trace/
Dtrace.c1551 static inline int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm,
1583 struct mm_struct *mm = NULL; local