Searched refs:shmdnext (Results 1 – 1 of 1) sorted by relevance
677 struct vm_area_struct *shmd, *shmdnext; in sys_shmdt() local681 for (shmd = mm->mmap; shmd; shmd = shmdnext) { in sys_shmdt()682 shmdnext = shmd->vm_next; in sys_shmdt()