tag
line
file
source code
shmdnext
592
ipc/shm.c
struct vm_area_struct *shmd, *shmdnext;
shmdnext
594
ipc/shm.c
for (shmd = current->mm->mmap; shmd; shmd = shmdnext) {
shmdnext
595
ipc/shm.c
shmdnext = shmd->vm_next;