Home
last modified time | relevance | path

Searched refs:mm_alloc (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/linux/sched/
Dmm.h16 extern struct mm_struct *mm_alloc(void);
/linux-5.19.10/drivers/dma-buf/
Ddma-resv.c736 struct mm_struct *mm = mm_alloc(); in dma_resv_lockdep()
/linux-5.19.10/arch/arm/mach-rpc/
Decard.c247 struct mm_struct * mm = mm_alloc(); in ecard_init_mm()
/linux-5.19.10/mm/
Ddebug_vm_pgtable.c1141 args->mm = mm_alloc(); in init_args()
/linux-5.19.10/fs/
Dexec.c368 bprm->mm = mm = mm_alloc(); in bprm_mm_init()
/linux-5.19.10/kernel/
Dfork.c1167 struct mm_struct *mm_alloc(void) in mm_alloc() function