Searched refs:start_mm (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dswapfile.c516 struct mm_struct *start_mm; local
529 * freed the entry). Initialize this start_mm with a hold.
539 start_mm = &init_mm;
578 * Don't hold on to start_mm if it looks like exiting.
580 if (atomic_read(&start_mm->mm_users) == 1) {
581 mmput(start_mm);
582 start_mm = &init_mm;
605 if (start_mm == &init_mm)
608 unuse_process(start_mm, entry, page);
612 struct list_head *p = &start_mm
[all...]

Completed in 37 milliseconds